Ross ROSS = Recommend OSS · open-source software intelligence for agents

JustGlowing/minisom

:red_circle: MiniSom is a minimalistic implementation of the Self Organizing Maps observed · 2026-08-28

github.com/JustGlowing/minisom · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

75/100

  • Activity 86
  • Release rhythm 46
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 175.0
  • age_days: 4809
  • days_rel: 203
  • days_push: 85
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

1601 stars · 444 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

MiniSom is a minimalistic, NumPy-based Python implementation of Self Organizing Maps (SOM), a type of neural network for unsupervised learning, with optional Numba JIT acceleration. It is designed to be simple and readable so researchers can extend it and students can quickly understand the algorithm.

Use cases

  • cluster high-dimensional data with a self-organizing map
  • reduce dimensionality of my dataset for visualization
  • perform vector quantization on numpy data
  • detect outliers in unlabeled data
  • learn how SOMs work by reading a simple implementation
  • visualize nonlinear relationships in high-dimensional data on a 2D map

When to choose

  • you need a lightweight, dependency-minimal SOM implementation in Python
  • you want readable source code to study or extend the SOM algorithm
  • you work with NumPy arrays and want easy integration into a scientific Python stack
  • you want optional JIT speedups via Numba

When to avoid

  • you need a full deep learning framework with GPU training and rich model tooling
  • you need supervised learning or other neural network architectures
  • you need highly optimized, distributed training for very large datasets

Facets

library · maturity stable

machine-learning data-science machine-learning data-science python self-organizing-map som unsupervised-learning clustering dimensionality-reduction vector-quantization numpy numba

2 sources

Member repositories

RepositoryRoleHealth v2
JustGlowing/minisommain75

For agents

markdown · JSON · MCP: product_card(name="JustGlowing/minisom")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem