Algorithm
Algorithm
- 1: Initialize the:
- network weights
- the learning rate
- neighbourhood radius While stopping conditions are not met:
- 2: for each input pattern :
- compute the Euc distance between and
- Find the winning output unit (smallest )
- Update weights for the neighbourhood
- 3: Update learning rate the learning rate
- 4: Reduce neighbourhood radius