7
LVQ Selection of A BackProp Network

LVQ Selection of A BackProp Network

Embed Size (px)

DESCRIPTION

LVQ Selection of A BackProp Network. Problem Statement. Use a Learning Vector Quantization network to split up the data set and then feed each smaller input set to a backprop network. Compare the results to a single larger backprop network. Approach. - PowerPoint PPT Presentation

Citation preview

Page 1: LVQ Selection of A BackProp Network

LVQ Selection of A BackProp Network

Page 2: LVQ Selection of A BackProp Network

Problem Statement

• Use a Learning Vector Quantization network to split up the data set and then feed each smaller input set to a backprop network. Compare the results to a single larger backprop network

Page 3: LVQ Selection of A BackProp Network

Approach

• On each cycle, select the closest weight in the LVQ network.

• Move the weight towards the input if the network it represents produces the correct output.

• If it doesn’t, find some weight vector that does.

Page 4: LVQ Selection of A BackProp Network

Approach

• Remember which inputs got sent to which network

• After each LVQ cycle, train the backprop network for a number of cycles

Page 5: LVQ Selection of A BackProp Network

Implementation Details

• LVQ is very similar to a standard LVQ network, except it remembers how things were classified

• At the end of each cycle it trains the BP networks

• Each BP network is stored in a separate file

Page 6: LVQ Selection of A BackProp Network

Results

• Many more parameters

• More epochs

• Worse Error

• Works Better for some cases

Page 7: LVQ Selection of A BackProp Network

Distance

• Used inner product

• Data may not have any reason for being classified that way.

• No good distance measure for arbitrary data