Skip to content

๐ŸŒ ๐Ÿง  This project is an implementation of a self-organising map.

License

Notifications You must be signed in to change notification settings

rafalpotempa/kohonen-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

17 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Kohonen Network

Description

Kohonen Network

Fig. 1. Kohonen Network learning stages

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.

TrainSOM

Fig. 2. Animation showing learing process

Source

About

๐ŸŒ ๐Ÿง  This project is an implementation of a self-organising map.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages