zhaokaihuang / Self_Organizing_Maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Self_Organizing_Maps

A self-organizing map (SOM) or self-organizing feature map (SOFM) is a type of artificial neural network (ANN) that is trained using unsupervised learning to produce a low-dimensional (typically two-dimensional), discretized representation of the input space of the training samples, called a map, and is therefore a method to do dimensionality reduction. Self-organizing maps differ from other artificial neural networks as they apply competitive learning as opposed to error-correction learning (such as backpropagation with gradient descent), and in the sense that they use a neighborhood function to preserve the topological properties of the input space.

For more experimental analysis or explanation wit regards to code, see report or a throughout introduction (WiKi).

About


Languages

Language:MATLAB 87.9%Language:M 12.1%