Outline: - Competitive Networks
Outline: - Competitive Networks
• Competitive Networks
– Hamming network
– Self-organizing feature maps
– Learning vector quantization
Hamming Network
• LVQ Learning
– Competitive learning with supervision
• Supervised competitive learning
– Training sequence
{p1, t1}, {p2, t2}, ...., {pQ, tQ}
• where each target vector must contain a single 1 and
all others must be zero
1 1 1 2
i* w ( q ) i* w ( q 1) ( p ( q ) i* w ( q 1)), if a k* 1 tk* 0
• LVQ2
– There are some limitations with LVQ
– LVQ2 is modified version of LVQ
• When the LVQ network correctly classifies an input
vector, the weights of one neuron are moved toward the
input vector
• If the input vector is incorrectly classified, the weights of
two neurons are updated, one weight vector is moved
away from the input as in LVQ and the other one (which
classifies the input correctly) is moved toward the input
vector
08/05/20 CAP 5615: Introduction to Neural Networks 24