PyTorch implementation of Kohonen's Self-Organizing Map.
Project description
Kohonen's Self-Organizing Map (SOM)
Background
The original paper written by Teuvo Kohonen in 1990 was one of the first neural network model capable of unsupervised learning.
Out of the different implementations of the algorithm, this one follows almost entirely the original paper. The update function is defined as
where
and is the current epoch.
Also, each neuron is connected to all the other ones, hence the map is a complete graph, where
is the number of neurons.
Example
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kohonen-som-0.0.1.tar.gz.
File metadata
- Download URL: kohonen-som-0.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43010a07c9385a3179eac724526142bd3eee01855809613e73bfeac2a0da9997
|
|
| MD5 |
3077248fded7c55a99c2d95e6df1645a
|
|
| BLAKE2b-256 |
621d34af67b4a92110c12bcc1f45901cd59b5cd1807bf11c1e0ddb834ab39a39
|
File details
Details for the file kohonen_som-0.0.1-py3-none-any.whl.
File metadata
- Download URL: kohonen_som-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68738bb1d4e690371b85f5567e3a105571d2a48648ee1f96b2ca4bc80d6eadf6
|
|
| MD5 |
0a9dc29ee8df1ccd9110e757bbcecf7a
|
|
| BLAKE2b-256 |
e37f173802b0785d217b349fcad8838b559643a1f2b169dcdda0bdc53b208c09
|