Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 355 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 355 Bytes

picograd

Andrej Karpathy's (karpathy) micrograd implemented in pure C for learning purposes. Implements a multi-layer perceptron neural net, complete with backpropagation and gradient descent.

I did this for learning purposes. It definitely leaks memory and has a couple of bugs.