elegant-scipy / elegant-scipy-submissions

Submissions of code snippets for the book Elegant SciPy
13 stars 2 forks source link

Self-organizing map (vector quantization) #22

Open rougier opened 8 years ago

rougier commented 8 years ago

Author: Nicolas Rougier (@rougier) Submitter: Nicolas Rougier (@rougier) Sources: https://github.com/rougier/neural-networks/blob/master/som.py

This is an implementation of the Teuvo Kohonen self-organizing algorithm (20 000 citations). The code is reasonably well commented.

figure_1

figure_1

stefanv commented 8 years ago

Very nicely done!

inzar86 commented 7 years ago

thanks, this article help me finish my thesis.