Unsupervised learning: Training Procedure
For each input:
Determine the winning output node
For each output node
i
within the radius of the winner
For each input node
j
weight
ij
= weight
ij
+ (learningRate * (input
ij
- weight
ij
))
(
next
)