Deep-Learning

Backpropagation from Scratch
Deriving backpropagation using the chain rule. With a working Python implementation.
Feb 2025
micrograd++: A Tiny Autograd Engine in C++
Building a minimal autograd engine in C++ to understand automatic differentiation from the ground up.
Jan 2025