| Fundamentals of Statistics contains material of various lectures and courses of H. Lohninger on statistics, data analysis and chemometrics......click here for more. |

Table of Contents Multivariate Data Modeling Classification and Discrimination Self Organizing Maps |
||
| See also: ANN - Introduction | ||
Kohonen NetworksThe Kohonen network (or "self-organizing map" or SOM, for short) has been developed by Teuvo Kohonen. The basic idea behind the Kohonen network is to set up a structure of interconnected processing units ("neurons") which compete for the signal. While the structure of the map may be quite arbitrary, most implementations support only rectangular and linear maps.
Each node of the map is defined by a vector wij which is
adjusted during the training. The basic training algorithm is quite simple:
2) find the node which is closest to the selected data (i.e. the distance between wij and the training data is a minimum) 3) adjust the weight vectors of the closest node and the nodes around it in such a way that the wij move towards the training data 4) repeat from step 1) for a fixed number of repetitions Kohonen maps may be arranged in any neighborhood relationship. A simple
but interesting application is the usage of Kohonen maps to solve the travelling
salesman problem. Start the
|
||