VlaDexa / burn-efficient-kan

An efficient pure-Rust implementation of Kolmogorov-Arnold Network (KAN).
MIT License
9 stars 0 forks source link

When will this get PR'd into burn? #1

Closed Khaled-Ayman1 closed 16 hours ago

Khaled-Ayman1 commented 1 week ago

I stumbled upon this repo at 4 am. Couldn't believe to see rust implementation this fast haha.

If I may ask how much work is left before merging into burn?

Expect future PRs from my team ;)

VlaDexa commented 1 week ago

Hi! This repo was created more as a little research project on ML situation in Rust, and I didn't even know that it could be accepted into burn. Right now the problems I see with the implementation are:

Khaled-Ayman1 commented 1 week ago

Thanks for your response and for outlining the challenges. My team and I plan to build on the solid foundation you've laid here and make contributions to this repo soon enough. We're specifically focusing on adopting KAN instead of MLPs in various applications and we'd like to experiment if Rust would tackle some of its controversial drawbacks.

Expect to see future PRs from us as we progress!