8000 GitHub - sergio-verduzco/kohonen: Kohonen vector quantizers (SOM, NG, GNG)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sergio-verduzco/kohonen

 
 

Repository files navigation

kohonen

This module contains some basic implementations of Kohonen-style vector quantizers: Self-Organizing Map (SOM), Neural Gas, and Growing Neural Gas. Kohonen-style vector quantizers use some sort of explicitly specified topology to encourage good separation among prototype "neurons".

Vector quantizers are useful for learning discrete representations of a distribution over continuous space, based solely on samples drawn from the distribution. This process is also generally known as density estimation.

The source distribution includes an interactive test module that uses PyGTK and Cairo to render a set of quantizers that move around in real time as samples are drawn from a known distribution and fed to the quantizers. Run this test with:

python kohonen_test.py

Documentation (currently a bit sparse) lives at http://pythonhosted.org/kohonen. Have fun!

About

Kohonen vector quantizers (SOM, NG, GNG)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 90.4%
  • Python 9.6%
0