Skip to content

sebinsua/micrograd-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

Well-commented `micrograd` implementation in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages