Kohonen Feature Map

Also called Selforganizing Map (SOM).

A feedforward / feedback type neural net. Built of an input layer thats neurons are connected with each neuron of another layer, called "feature map". The feature map can be one- or two-dimensional and each of its neurons is connected to all other neurons on the map. Mainly used for classification.

 

Refers to: Neural net

See also: Selforganization

Neural Net Components in an Object Oriented Class Structure