Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 403 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 403 Bytes

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;