A library of vector quantizers
Project description
# py-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
Have fun !
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file kohonen-1.1.2.tar.gz
.
File metadata
- Download URL: kohonen-1.1.2.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7566b40756caf368b42f095d99123ca33d2e7486c598415d46d445d478eab446 |
|
MD5 | 6148f81c8405cac8b8872c3be9c58e6c |
|
BLAKE2b-256 | 8f6d4286793ca263fa63e9e205ac04d44de4c3d09c11b6d7837bdf7f3b24ffe2 |
File details
Details for the file kohonen-1.1.2-py3-none-any.whl
.
File metadata
- Download URL: kohonen-1.1.2-py3-none-any.whl
- Upload date:
- Size: 11.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4dcb154a77495e794f47085f1663b6a163a63f8e94edb142686b8d714ae24142 |
|
MD5 | 96a26235eaffc74ed564d40151487acf |
|
BLAKE2b-256 | 60dbbb9fcb7a70adbe2c68a3b0b658999b90ae83be5944213e62a078f6960e7e |