/Micrograd-playground

Playing around with micrograd from Andrej Karpathy

Micrograd

The original notebook in this repo is a code along from Andrej Karpathy's youtube video on building a neural network from scratch. I've added some notes and comments to the code to help me understand what's going on. Micrograd mostly focuses on showcasing the autograd functionality of PyTorch. I did a similar project in a course at Uni, but I preferred this take and would recommend it to fellow students.