Skip to content

Commit 00f3bb5

Browse files
committed
efficient-kan-jax added
1 parent 7124437 commit 00f3bb5

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

README.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,22 @@ A curated list of awesome libraries, projects, tutorials, papers, and other reso
1212

1313
## Table of Contents
1414

15-
- [Papers](#papers)
16-
- [Theorem](#theorem)
17-
- [Library](#library)
18-
- [ConvKANs](#convkans)
19-
- [Benchmark](#benchmark)
20-
- [Non-Python](#non-python)
21-
- [Project](#project)
22-
- [Discussion](#discussion)
23-
- [Tutorial](#tutorial)
24-
- [YouTube](#youtube)
25-
- [Contributing](#contributing)
15+
- [Awesome KAN(Kolmogorov-Arnold Network)](#awesome-kankolmogorov-arnold-network)
16+
- [Table of Contents](#table-of-contents)
17+
- [Papers](#papers)
18+
- [Theorem](#theorem)
19+
- [Library](#library)
20+
- [ConvKANs](#convkans)
21+
- [Benchmark](#benchmark)
22+
- [Non-Python](#non-python)
23+
- [Alternative](#alternative)
24+
- [Project](#project)
25+
- [Discussion](#discussion)
26+
- [Tutorial](#tutorial)
27+
- [YouTube](#youtube)
28+
- [Contributing](#contributing)
29+
- [License](#license)
30+
- [Star History](#star-history)
2631

2732

2833
## Papers
@@ -74,6 +79,7 @@ A curated list of awesome libraries, projects, tutorials, papers, and other reso
7479
- [Wav-KAN](https://github.com/zavareh1/Wav-KAN): Wav-KAN: Wavelet Kolmogorov-Arnold Networks | ![Github stars](https://img.shields.io/github/stars/zavareh1/Wav-KAN)
7580
- [KANX](https://github.com/stergiosba/kanx) : Fast Implementation (Approximation) of Kolmogorov-Arnold Network in JAX | ![Github stars](https://img.shields.io/github/stars/stergiosba/kanx.svg)
7681
- [jaxKAN](https://github.com/srigas/jaxKAN) : Adaptation of the original KAN (with full regularization) in JAX + Flax | ![Github stars](https://img.shields.io/github/stars/srigas/jaxKAN.svg)
82+
- [efficient-kan-jax](https://github.com/dorjeduck/efficient-kan-jax) : JAX port of efficient-kan
7783
- [cuda-Wavelet-KAN](https://github.com/Da1sypetals/cuda-Wavelet-KAN) : CUDA implementation of Wavelet KAN. | ![Github stars](https://img.shields.io/github/stars/Da1sypetals/cuda-Wavelet-KAN.svg)
7884
- [FlashKAN](https://github.com/dinesh110598/FlashKAN/): Grid size-independent computation of Kolmogorov Arnold networks | ![Github stars](https://img.shields.io/github/stars/dinesh110598/FlashKAN.svg)
7985
- [BSRBF_KAN](https://github.com/hoangthangta/BSRBF_KAN/): Combine B-Spline (BS) and Radial Basic Function (RBF) in Kolmogorov-Arnold Networks (KANs) | ![Github stars](https://img.shields.io/github/stars/hoangthangta/BSRBF_KAN.svg)

0 commit comments

Comments
 (0)