Writing a neural network from scratch in rust, with as few crates as possible :)
(to learn how everything works lol)
The demo website is made by AI. That’s it. ONLY the interface :)
Writing a neural network from scratch in rust, with as few crates as possible :)
(to learn how everything works lol)
The demo website is made by AI. That’s it. ONLY the interface :)
Oh my gosh that was crazy!! Learned how neural networks learn and run and implemented ALL OF THAT in Rust, all by myself 🦀
I’ve provided demo videos in the github README if you can’t run the demo yourself :p
🦀 learned so much stuff!! like wow that was such a good project idea! :DD
Log in to leave a comment
kinda everything new lol
+ * - for matrix operations directly (operator overloading is awesome)TIME FOR TRAININGG!! (backpropagation gonna be hardddd)
Sorry for basically no screenshots but there’s not much to show… lol
Log in to leave a comment
Woohoo!! I wrote useful functions for matrices operation:
holy moly i got multiplication on my own!!
-> I tried not to use AI & Internet AT ALL, and I MADE IT YIIIPEEE
oh and the time in the benchmark is sometimes for small matrices in multiplication and HUGE ones for addition and stuff