#backpropagation #micro #why #following #tutorial #micrograd #grad

rsgrad

an easy to use backpropagation library inspired by micro grad

2 releases

0.1.1 Jan 17, 2023
0.1.0 Jan 17, 2023

#507 in Machine learning

Download history 1/week @ 2024-02-19 17/week @ 2024-02-26 50/week @ 2024-03-04 8/week @ 2024-03-11

76 downloads per month

MIT/Apache

7KB
171 lines

rsgrad

WORK IN PROGRESS - NOT YET COMPLETED

micrograd but in rust

written by following Andrej Karpathy's tutorials.

todo

why?

  • fun to rewrite it in rust
  • might be faster than python
  • for projects, you can have compiled binaries rather than python code (eg: imagine stable diffusion as a binary instead of needing to install all the libraries)
  • wasm support?

Dependencies

~470KB