rsgrad

Crates.iorsgrad
lib.rsrsgrad
version0.1.1
sourcesrc
created_at2023-01-17 20:57:00.831045
updated_at2023-01-17 21:01:01.324874
descriptionan easy to use backpropagation library inspired by micro grad
homepage
repositoryhttps://github.com/Nevin1901/rsgrad
max_upload_size
id761273
size7,687
Nevin (Nevin1901)

documentation

README

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?
Commit count: 31

cargo fmt