Backpropagation from scratch

- 1 min

Replicating Micrograd

Andrej Karpathy explains backpropagation from scratch by using his library Micrograd. I followed his tutorial to understand backpropagation step by step and from scratch, and added the resulting the gradients’ plots.