
My Micrograd Adventure: Learning Neural Network Internals with Gemini 2.5 Pro as My AI Tutor
Building neural networks often feels like magic. We import libraries like PyTorch or TensorFlow, stack some layers, call .fit(), and voilà! But what's happening under the hood? To truly understand concepts like backpropagation, I decided to follow Andrej Karpathy's fantastic 'nn-zero-to-hero' series and build