kolmogorov-arnold-networks-guide
Papers and tutorials on KAN learnable activation networks
npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill kolmogorov-arnold-networks-guide --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Kolmogorov-Arnold Networks (KAN) Guide ## Overview Kolmogorov-Arnold Networks (KANs) are a novel neural network architecture that places learnable activation functions on edges (weights) instead of fixed activations on nodes. Based on the Kolmogorov-Arnold representation theorem, KANs use B-spline functions as learnable edge activations, achieving better accuracy and interpretability than MLPs with fewer parameters in certain domains. This collection tracks the rapidly growing KAN literature. ## Core Concept ``` Traditional MLP: x → [fixed activation(linear transform)] → y Activations on nodes, weights on edges KAN: x → [learnable spline functions on edges] → sum → y Each edge learns its own activation function (B-spline) Kolmogorov-Arnold Theorem: f(x₁,...,xₙ) = Σ Φᵢ(Σ φᵢⱼ(xⱼ)) Any multivariate continuous function = composition of univariate functions and addition ``` ## Key Papers ```bibtex @article{liu2024kan, title={KAN: Kolmogorov-Arnold Networks}, author={Liu, Ziming and Wang, Yixuan and Vaidya, Sachin and Ruehle, Fabian and Halverson, James and Solja{\v{c}}i{\'c}, Marin and Hou, Thomas Y. and Tegmark, Max}, journal={arXiv:2404.19756}, year={2024} } ``` ## Implementation ``
- Overview
- Core Concept
- Key Papers
- Implementation
- KAN vs MLP Comparison
- Extensions and Variants
- Scientific Applications
- Research Landscape
- Use Cases
- References
What does the kolmogorov-arnold-networks-guide skill do?
Papers and tutorials on KAN learnable activation networks
How do I install it?
Run `npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill kolmogorov-arnold-networks-guide --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From brycewang-stanford/Auto-Empirical-Research-Skills, a repository with 3,244 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.