Skip to content

Commit 9e6d71f

Browse files
authored
Update README.md
1 parent 6ec5a94 commit 9e6d71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ A curated list of awesome libraries, projects, tutorials, papers, and other reso
100100
- [AF-KAN: Activation Function-Based Kolmogorov-Arnold Networks for Efficient Representation Learning](https://arxiv.org/abs/2503.06112) | [code](https://github.com/hoangthangta/All-KAN) | ![Github stars](https://img.shields.io/github/stars/hoangthangta/All-KAN.svg) - expand ReLU-KAN with various activations and their function combinations
101101
- [MatrixKAN: Parallelized Kolmogorov-Arnold Network](https://arxiv.org/abs/2502.07176) : MatrixKAN is a novel KAN optimization that parallelizes B-spline calculations with matrix representation and operations, thus significantly improving effective computation time for models utilizing high-degree B-splines. This paper demonstrates the superior scaling of MatrixKAN's computation time relative to B-spline degree and speedups of approximately 40x relative to KAN, with significant additional speedup potential for larger datasets or higher spline degrees. | [code](https://github.com/OSU-STARLAB/MatrixKAN) | ![Github stars](https://img.shields.io/github/stars/OSU-STARLAB/MatrixKAN.svg)
102102
- [CVKAN: Complex-Valued Kolmogorov-Arnold Networks](https://arxiv.org/abs/2502.02417) | [code](https://github.com/M-Wolff/CVKAN) | ![Github stars](https://img.shields.io/github/stars/M-Wolff/CVKAN.svg) - Transferred KANs into the complex-valued domain using Radial Basis Functions and added tools for improved Plotting and Interpretability
103-
103+
- [Bridging KAN and MLP: MJKAN, a Hybrid Architecture with Both Efficiency and Expressiveness](https://doi.org/10.1016/j.icte.2025.11.010) | [code](https://github.com/jmj2316/MJKAN) | ![Github stars](https://img.shields.io/github/stars/jmj2316/MJKAN.svg) - A novel hybrid KAN-MLP layer integrating FiLM modulation with RBF activations for superior function approximation and improved computational efficiency.
104104
### Theorem
105105

106106
- 1957-[On the representation of continuous functions of several variables by superpositions of continuous functions of a smaller number of variables](https://cs.uwaterloo.ca/~y328yu/classics/Kolmogorov57.pdf) : The original Kolmogorov Arnold paper

0 commit comments

Comments
 (0)