Neural gas learns a self-organizing map

Similar to a Kohonen map, another self-organing map, but this time the topology is learned. Goal is to learn a topological structure to relate “close” datapoints to each other. Winner-takes-most. Growing neural gas starts with two-neurons and keeps adding a bisecting neuron until the stopping criteria is met (e.g. performance measure below threshold)

Algorithm


References