Rust Neural Network banner

Rust Neural Network

1 devlogs
2h 40m 8s

Writing a neural network from scratch in rust, with as few crates as possible :)

(to learn how everything works lol)

Kubik

Woohoo!! I wrote useful functions for matrices operation:

  • multiplication, scalar, addition, subtraction, transposition and mapping with a function

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

Attachment
1

Comments

kevinchou0813
kevinchou0813 29 days ago

wow thats really cool