IOAI ML Notes Mathematics FundamentalsCalculus

Gradient Descent

Math fundamentals note for IOAI ML preparation.

Syllabus Map


Core Idea

Update Rule

θt+1=θtηθL(θt)\theta_{t+1}=\theta_t-\eta\nabla_\theta L(\theta_t)

Practical Notes

Learning rate controls stability-speed tradeoff.

Mini-batch noise can aid exploration.

Why This Matters for ML

← Back to Blog