IOAI ML Notes Mathematics FundamentalsCalculus

Gradients and Jacobians

Math fundamentals note for IOAI ML preparation.

Syllabus Map


Core Idea

Key Formulas

f(x)=[fx1,,fxn]\nabla f(x)=\left[\frac{\partial f}{\partial x_1},\ldots,\frac{\partial f}{\partial x_n}\right]^\top Jij=fixjJ_{ij}=\frac{\partial f_i}{\partial x_j}

Practical Notes

Negative gradient gives steepest local decrease.

Jacobians are useful for sensitivity and transformations.

Why This Matters for ML

← Back to Blog