Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 301 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 301 Bytes

Rusty-grad

Autograd framework for deep learning purpose written in rust similar to pytorch Inspire by micrograd

How to use it ?

launch the example !

cargo run --example train_mlp

Why this project ?

I wanted to learn rust the hard way