Skip to main content

Self-organizing map framework for Python

Project description

mypy pylint

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)

SOM wire plot

Project details


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.5.tar.gz (13.2 kB view details)

Uploaded Source

Built Distribution

awesom-0.1.5-py3-none-any.whl (16.0 kB view details)

Uploaded Python 3

File details

Details for the file awesom-0.1.5.tar.gz.

File metadata

  • Download URL: awesom-0.1.5.tar.gz
  • Upload date:
  • Size: 13.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.2 Linux/6.1.0-21-amd64

File hashes

Hashes for awesom-0.1.5.tar.gz
Algorithm Hash digest
SHA256 cf2dfe20e72a0d38e4221c0cc3981e1aedcc3b230b47b3e592e34ec9511adfdf
MD5 2bd6623b88ae05e026f789feb2977691
BLAKE2b-256 8b8bf62da7b8eb913ab75c719d574f1ad13ab611b33b15e2fdf7c68fbb870eec

See more details on using hashes here.

File details

Details for the file awesom-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: awesom-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 16.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.2 Linux/6.1.0-21-amd64

File hashes

Hashes for awesom-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 06dbf52bbad5a018e3286475a115919f253781c9a694ace117a091943403c338
MD5 344087299359e025df33dec28b14c379
BLAKE2b-256 2b9f0f94bcdc4ec5468ef9d5b283b39685e31eb2a1637b78d04a3f81cfafd8a7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page