Skip to content

Latest commit

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Andrej Karpathy's Micrograd

A tiny Autograd engine. Implements backpropagation (reverse-mode autodiff) over a dynamically built DAG and a small neural networks library on top of it with a PyTorch-like API.

Built step-by-step following Andrej's excellent explanation of back propagation for hands-on learning.

Reference:

https://github.com/karpathy/micrograd

About

Code-along implementation of Micrograd

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages