1 / 7

LVQ Selection of A BackProp Network

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.

Télécharger la présentation

LVQ Selection of A BackProp Network

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. LVQ Selection of A BackProp Network

  2. 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

  3. 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.

  4. Approach • Remember which inputs got sent to which network • After each LVQ cycle, train the backprop network for a number of cycles

  5. 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

  6. Results • Many more parameters • More epochs • Worse Error • Works Better for some cases

  7. Distance • Used inner product • Data may not have any reason for being classified that way. • No good distance measure for arbitrary data

More Related