arhantalwar / micrograd-rust

Porting Micrograd to Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is Micrograd?

Andrej karpathy wrote a very interesting and fun project called Micrograd, Which is a tiny Autograd engine. See it for yourself, It's very neat and clear. Link to Karpathy's Micrograd

Micrograd-RUST

I was really inspired by karpathy's work and took upon porting Micrograd to Rust as a fun project I'll be adding documentation soon.

MLP MODEL

MLP EXAMPLE FROM CS231

In Micrograd

RUST CODE

About

Porting Micrograd to Rust


Languages

Language:Rust 100.0%