I am finding it difficult to understand the difference between Self Organizing Maps and neural gas. I read the Wikipedia article and Neural Gas Network Learns topologies article.
The SOM algorithm and Neural Gas algorithm looks so similar. In both it finds the winning neuron and the winning neuron fires and the firing neuron excites the neighbourhood neurons where the neighbourhood is detrmined by a neighbourhood function. In Neural gas the weights are adjusted as
and in SOM weights are adjusted as
.
They both are the same right?
The SOM algorithm is
and the neural gas algorithm is
What is the difference between the two algorithms?
I don't understand what is meant by this. Can some one please help me to understand this.