Agent skill

kolmogorov-arnold-networks-guide

Papers and tutorials on KAN learnable activation networks

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeNOASSERTION
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/43-wentorai-research-plugins/skills/domains/ai-ml/kolmogorov-arnold-networks-guide/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,244
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 ``

What's inside
Steps it walks through
  1. Overview
  2. Core Concept
  3. Key Papers
  4. Implementation
  5. KAN vs MLP Comparison
  6. Extensions and Variants
  7. Scientific Applications
  8. Research Landscape
  9. Use Cases
  10. References
More from Auto-Empirical-Research-Skills
All skills →
About this skill
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.

Keep going