AndresCdo / kan-rust

Inspired by the Kolmogorov-Arnold representation theorem.
MIT License
16 stars 0 forks source link

Network Training and Forward Propagation Methods Need Redesign #6

Open AndresCdo opened 3 weeks ago

AndresCdo commented 3 weeks ago

The current implementation of the neural network's training and forward propagation methods is not functioning correctly. Specifically, the methods do not align with the principles of Kolmogorov–Arnold Networks, and several critical aspects are either missing or incorrect.

Screenshot from 2024-06-07 18-29-35

AndresCdo commented 3 weeks ago

5