Growing Neural Gas

from Wikipedia, the free encyclopedia

The Growing Neural Gas (GNG) is an artificial neural network in which neurons can be inserted and deleted during the adaptation process. With other artificial neural networks such as Self-Organizing Maps (SOM) or Neural Gas (NG), the network size must be specified in advance. The Growing Neural Gas developed by Bernd Fritzke in 1995 can be seen as a further development of the NG.

Working method

At the beginning there are two start neurons. In the course of conditioning the network, new neurons are inserted so that the network can be adequately adapted to the input data. Connections between the neurons are inserted and deleted similar to the NG.

New neurons are inserted after a number of iterations specified in advance by the user.

The aim of the insertion process is to minimize the quantization error. The quantization error arises from the assignment of the input vectors to the reference vectors, whereby the data record is compressed.

See also

literature

software