jaxKAN
Kolmogorov–Arnold Networks built on JAX
File Explorer
Download Latest Version (.zip)- publish-to-pypi.yml
- test.yml
- index.rst
- Tutorial 1 - Getting Started.ipynb
- Tutorial 10 - Advanced Models for PDEs.ipynb
- Tutorial 11 - Optimizer Utilities.ipynb
- Tutorial 2 - Layer Types.ipynb
- Tutorial 3 - Initialization Types.ipynb
- Tutorial 4 - Classification Example.ipynb
- Tutorial 5 - DIY KANs.ipynb
- Tutorial 6 - PIKANs.ipynb
- Tutorial 7 - Adaptive State Transition.ipynb
- Tutorial 8 - Adaptive PIKANs.ipynb
- Tutorial 9 - Inverse PDE Problem.ipynb
- about.rst
- api-reference.rst
- citing.rst
- conf.py
- contributing.rst
- index.rst
- installation.rst
- __init__.py
- BaseGrid.py
- RBFGrid.py
- SplineGrid.py
- __init__.py
- Chebyshev.py
- Dense.py
- Fourier.py
- Legendre.py
- RBF.py
- Sine.py
- Spline.py
- utils.py
- __init__.py
- ActNet.py
- KAN.py
- KKAN.py
- RGAKAN.py
- utils.py
- __init__.py
- adaptive.py
- pde.py
- sampling.py
- utils.py
- __init__.py
- Burgers.npz
- usol_D_0.001_k_5.mat
- collocs.npz
- eq1(basic)-jaxkan.npz
- eq1(basic)-pykan.npz
- eq1-adapt.npz
- eq1-base.npz
- eq1-jaxkan.npz
- eq1-pykan.npz
- eq2-adapt.npz
- eq2-base.npz
- eq2-jaxkan.npz
- eq2-pykan.npz
- eq3-adapt.npz
- eq3-base.npz
- eq3-jaxkan.npz
- eq3-pykan.npz
- eq4-adapt.npz
- eq4-base.npz
- eq4-jaxkan.npz
- eq4-pykan.npz
- rba.npz
- relu1.npz
- relu2.npz
- relu3.npz
- state.npz
- state_curve.npz
- Plots.ipynb
- eq1-jaxkan.pkl
- eq2-jaxkan.pkl
- eq3-jaxkan.pkl
- eq4-jaxkan.pkl
- eq1-pykan
- eq2-pykan
- eq3-pykan
- eq4-pykan
- jaxKAN results.ipynb
- pykan results.ipynb
- 1. Diffusion Equation.ipynb
- 2. Helmholtz Equation.ipynb
- 3. Burgers' Equation.ipynb
- 4. Allen-Cahn Equation.ipynb
- Adaptive Collocation.ipynb
- Adaptive Loss.ipynb
- State Transition.ipynb
- ReLU-KAN Helmholtz.ipynb
- README.md
- AC.png
- paper.bib
- paper.md
- test_chebyshev_layer.py
- test_dense_layer.py
- test_fourier_layer.py
- test_layer_utils.py
- test_legendre_layer.py
- test_rbf_layer.py
- test_sine_layer.py
- test_spline_layer.py
- test_Act.py
- test_KAN.py
- test_KKAN.py
- test_model_utils.py
- test_RGAKAN.py
- test_adaptive.py
- test_pde.py
- test_pikan_utils.py
- test_sampling.py
- conftest.py
- .gitattributes
- .gitignore
- .readthedocs.yaml
- LICENSE
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/srigas/jaxKAN
Downloads the entire project code from GitHub to your computer.
cd jaxKAN
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly — no need to clone the source.
jupyter notebook
Launches Jupyter in your browser so you can open and run the notebook (.ipynb) files.
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
