Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 118 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 118 Bytes

Mini gradient descent

Implementation of gradient descent from scratch in numpy.

Inspired by Karpathy's micrograd.