Skip to content

sethflowers/SelfOrganizingMap

Repository files navigation

SOM

An implementation of a Self Organizing Map, also known as a Kohonen map.

Wikipedia

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.

See article for more information.

Code Features

  • Conforms to the "Microsoft All Rules" static code analysis ruleset.
  • Conforms to the StyleCop 4.7 ruleset.

Sample

The sample follows the "hello world" of self-organizing maps by producing a color pallet where the colors are randomized and then organized via a self-organizing map.

An example of the output looks like this image

About

A C# implementation of a Self Organizing Map

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages