/micrograd-rs

Well-commented `micrograd` implementation in Rust.

Primary LanguageRust

micrograd-rs

Karpathy's micrograd implemented in Rust.

The companion blog post for this is here. It teaches the essential intuitions and mathematical foundations of neural networks while exploring the trade-off between their universal learning capabilities and interpretability.

cargo test;
cargo run;