Skip to content

Commit 15cd96e

Browse files
authored
Add TorchCurves library to README links
Added TorchCurves - a library for incorporating differentiable parametric curves as PyTorch modules, and supports easily incorporating KAN layers in an arbitrary network.
1 parent 6ec5a94 commit 15cd96e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ A curated list of awesome libraries, projects, tutorials, papers, and other reso
145145
- [OIKAN](https://github.com/silvermete0r/oikan): Neuro-Symbolic ML for Scientific Discovery (not a direct implementation of KANs but a KART-inspired alternative to make more efficient and accurate Neuro-Symbolic ML) | ![Github stars](https://img.shields.io/github/stars/silvermete0r/oikan.svg)
146146
- [timeKAN](https://github.com/SamerMakni/timekan): Kolmogorov-Arnold Networks with recurrent architectures | ![Github stars](https://img.shields.io/github/stars/SamerMakni/timekan)
147147
- [MatrixKAN](https://github.com/OSU-STARLAB/MatrixKAN): MatrixKAN: An optimized B-spline-based KAN implementation with superior effective computation time for higher spline degrees and larger datasets | ![Github stars](https://img.shields.io/github/stars/OSU-STARLAB/MatrixKAN.svg)
148+
- [TorchCurves](https://github.com/alexshtf/torchcurves): A differentiable parametric curves PyTorch library, with both B-Splines and Legendre Polynomials, that allows to easily build KAN layers. | ![Github stars](https://img.shields.io/github/stars/alexshtf/torchcurves.svg)
148149

149150

150151
### Library-based

0 commit comments

Comments
 (0)