Welcome to My Learning LogJune 10, 2026Why I'm keeping a public notebook of the math and code ideas I find beautiful — and how this blog is set up.metanotes1 min read
Estimating π with Monte CarloJune 9, 2026A classic: throw random darts at a square, count how many land in the circle, and watch π emerge. Math, code, a plot, and a convergence table.mathpythonsimulation1 min read
A One-Line Intuition for Gradient DescentJune 8, 2026The gradient points uphill, so we step the other way. A short derivation of why that's the locally optimal move.mathmachine-learningoptimization1 min read