Theory-to-Repro
Low-level ML understanding and paper reproduction. This channel focuses on deriving key ideas from first principles and validating them with code.
Linear Regression via Three Solvers Solve the same least-squares regression objective using the pseudo-inverse, convex optimization, and stochastic gradient descent, and compare tradeoffs.