GrowingNeuralGas
GrowingNeuralGas copied to clipboard
Moving topological heighbours
Good afternoon. Noticed a bug in implementation, probably. I suppose you should update a weight of a neighbour n by moving it to the observed point x. So that way L81 should be placed inside for loop and be changed to store update for node n, not s_1 Am I wrong?
https://github.com/AdrienGuille/GrowingNeuralGas/blob/abd12c6ab236cdf524537e13286416882e02919d/gng.py#L81-L83