Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jpodivin/kohocarpet

Semi functional implementation of Kohonens Self organizing maps.
https://github.com/jpodivin/kohocarpet

aesthetics artificial-neural-networks machine-learning

Last synced: 1 day ago
JSON representation

Semi functional implementation of Kohonens Self organizing maps.

Awesome Lists containing this project

README

        

# KohoCarpet

Admittedly naive implementation of [Kohonens self organizing map](https://en.wikipedia.org/wiki/Self-organizing_map) algorithm.

Not fit for any real use, but the plots of the networks activation values have certain aesthetic appeal.

If you wonder why, there are several reasons. Among them is topology of the map (torus) and that my modification of the algorithm only picks one example per iteration.
Also the metric for selecting neighborhood is all wrong.