Blealtan/efficient-kan
An efficient pure-PyTorch implementation of Kolmogorov-Arnold Network (KAN). observed · 2026-08-28
Health v2 · maintenance only
24/100
- Activity 0
- Release rhythm 35
- Longevity 60
Flags: no_releases
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: n/a
- age_days: 853
- days_rel: n/a
- days_push: 762
- n_releases_24m: 0
Adoption not part of the score
4655 stars · 414 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
An efficient pure-PyTorch implementation of Kolmogorov-Arnold Networks (KAN) that reformulates the computation as matrix multiplications over B-spline basis functions. It significantly reduces memory cost compared to the original implementation while supporting forward and backward passes.
Use cases
- train Kolmogorov-Arnold Networks efficiently in PyTorch
- replace MLP layers with KAN layers in experiments
- run KAN models on MNIST-style classification tasks
- experiment with spline-based learnable activation functions
- reduce memory usage when training KAN models
When to choose
- you want a fast, memory-efficient KAN implementation in pure PyTorch
- you need KAN layers that integrate with standard PyTorch training loops
- the original pykan implementation is too slow or memory-hungry for your workload
When to avoid
- you need the exact L1-on-activations regularization from the original KAN paper
- you require the full feature set and interpretability tooling of the original pykan
- you need a framework other than PyTorch
Facets
library · maturity active
machine-learning deep-learning machine-learning deep-learning python kolmogorov-arnold-network kan pytorch neural-networks b-splines
1 source
- readme: https://github.com/Blealtan/efficient-kan · fetched 2026-08-28 · 83ea0bfb7103
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Blealtan/efficient-kan | main | 24 |
For agents
markdown · JSON · MCP: product_card(name="Blealtan/efficient-kan")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem