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

unslothai/hyperlearn

2-2000x faster ML algos, 50% less memory usage, works on all hardware - new and old. observed · 2026-08-28

github.com/unslothai/hyperlearn · homepage · Jupyter Notebook · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

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

  • gap_med: n/a
  • age_days: 2928
  • days_rel: n/a
  • days_push: 653
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2505 stars · 167 forks observed · 2026-08-28

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

HyperLearn is a Python library providing optimized reimplementations of classical machine learning and statistical algorithms (SVD, eigendecomposition, regression, imputation) that are 2-2000x faster and use ~50% less memory than scikit-learn/NumPy equivalents. It works on both old and new hardware, including CPU and GPU, and its methods have been incorporated into PyTorch, SciPy, CuPy, and NVIDIA RAPIDS.

Use cases

  • speed up slow SVD and eigendecomposition in numpy or pytorch
  • run scikit-learn style algorithms with less memory on large datasets
  • fit ridge regression and linear models faster on CPU
  • accelerate classical ML on old hardware without a modern GPU
  • fast data imputation for missing values
  • speed up t-SNE style embeddings used in RAPIDS

When to choose

  • you need faster linear algebra primitives (SVD, EIGH, GELS) than NumPy/PyTorch provide
  • you are memory-constrained when running classical ML on big data
  • you want scikit-learn-like APIs that work on older CPUs and GPUs

When to avoid

  • you need actively maintained, production-supported ML tooling
  • you need deep learning model training rather than classical algorithms
  • you need the latest scikit-learn features and estimators

Facets

library · maturity maintenance

machine-learning math data-science gpu-computing machine-learning data-science performance python cross-platform scikit-learn numpy linear-algebra svd regression econometrics statistics memory-optimization algorithms gpu

10 sources

Member repositories

RepositoryRoleHealth v2
unslothai/hyperlearnmain32

For agents

markdown · JSON · MCP: product_card(name="unslothai/hyperlearn")

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