Self-organizing map framework for Python
Project description
Awesom
Self-organizing map framework for Python
import matplotlib.pyplot as plt
from awesom import datasets
from awesom import plot as asp
from awesom.som import IncrementalMap
X, y = datasets.norm_circle(5, 500, 1, radius=4)
som = IncrementalMap((7, 7, X.shape[1]), 100, 0.04, 4)
som.fit(X)
fig, ax = plt.subplots(1, 1)
asp.data_2d(ax, X, y)
asp.wire(ax, som)
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
awesom-0.1.6.tar.gz
(13.2 kB
view details)
Built Distribution
awesom-0.1.6-py3-none-any.whl
(16.0 kB
view details)
File details
Details for the file awesom-0.1.6.tar.gz
.
File metadata
- Download URL: awesom-0.1.6.tar.gz
- Upload date:
- Size: 13.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c71dacee122acc9c8a5d009e6e5ec578dd061e42e6669562b238880e9444f628 |
|
MD5 | 627dd1624508f18ff9fa35b6ea2f348b |
|
BLAKE2b-256 | 03d5db6614a28b3f2de475d35d312b54579084bdfdf2cd9938ba230200b90b26 |
File details
Details for the file awesom-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: awesom-0.1.6-py3-none-any.whl
- Upload date:
- Size: 16.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 566960468288e444d0208507271dfc34f0442396174e44ea7367a615704aedf8 |
|
MD5 | 8c14729849bd62cea047fb91cadd5a0a |
|
BLAKE2b-256 | e513fb11526a835fb43d3e3582071c7fe4983f7fd6fda061f6105459527969b6 |