
micrograd: six gradient rules and a loss floor I should have predicted
I rebuilt micrograd — Karpathy’s scalar autograd engine — from scratch, following his Zero to Hero lecture: a Value class that builds a computation graph through Python operator overloading, then r...