Deep-Learning

Multi Layer Perceptrons
Understanding Multi-Layer Perceptrons, network depth, and their theoretical capabilities as universal function approximators.
May 2026
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