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)
Release files for awesom 0.1.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| awesom-0.1.6.tar.gz | 13.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| awesom-0.1.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 29.2 kB
Release files / awesom-0.1.6.tar.gz
| Download URL | awesom-0.1.6.tar.gz |
|---|---|
| Size | 13.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c71dacee122acc9c8a5d009e6e5ec578dd061e42e6669562b238880e9444f628
|
|
BLAKE2b-256 checksum How to use checksums |
03d5db6614a28b3f2de475d35d312b54579084bdfdf2cd9938ba230200b90b26
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.1 CPython/3.12.7
|
Release files / awesom-0.1.6-py3-none-any.whl
| Download URL | awesom-0.1.6-py3-none-any.whl |
|---|---|
| Size | 16.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
566960468288e444d0208507271dfc34f0442396174e44ea7367a615704aedf8
|
|
BLAKE2b-256 checksum How to use checksums |
e513fb11526a835fb43d3e3582071c7fe4983f7fd6fda061f6105459527969b6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/5.1.1 CPython/3.12.7
|