Skip to content

Commit aabf5f4

Browse files
authored
Merge pull request #130 from antoniogrs/feature/kan-parametric-reconstruction
Added my project Parametric reconstruction of 3D object with KAN under Project section
2 parents 1295d54 + 5bf6657 commit aabf5f4

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
@@ -215,7 +215,7 @@ A curated list of awesome libraries, projects, tutorials, papers, and other reso
215215
- [OpenKAN](http://openkan.org/)
216216
- [KAN-DQN](https://github.com/andythetechnerd03/KAN-It-Play-Flappy-Bird) : An experiment where KAN replaces MLP in Deep Q-Network to play Flappy Bird as a Reinforcement Learning agent. | ![GitHub Repo stars](https://img.shields.io/github/stars/andythetechnerd03/KAN-It-Play-Flappy-Bird)
217217
- [Neuromancer](https://github.com/pnnl/neuromancer) : Neural Modules with Adaptive Nonlinear Constraints and Efficient Regularizations (NeuroMANCER) is an open-source differentiable programming (DP) library for solving parametric constrained optimization problems, physics-informed system identification, and parametric model-based optimal control. It includes, among other architectures, KANs and finite basis KANs (FBKANs). | ![Github stars](https://img.shields.io/github/stars/pnnl/neuromancer.svg)
218-
218+
- [Parametric reconstruction of 3D object with KAN](https://github.com/antoniogrs/kan_parametric_reconstruction) : Code for training a hybrid KAN-based neural network to reconstruct parametric 3D objects from single images through regression. The project includes a qualitative comparison with MLPs, highlighting the superior expressive power of KANs in initial tests. | ![Github stars](https://img.shields.io/github/stars/antoniogrs/kan_parametric_reconstruction.svg)
219219

220220
## Discussion
221221

0 commit comments

Comments
 (0)