Functions & Graphing
Read a graph as the rule that produced it, separate the inputs a function accepts from the outputs it produces, and tell a straight rule from a bending one by whether equal input steps lift the output equally, then read that same shape in a training loss curve.
Derivatives & Slope
Shrink a secant until it settles into the tangent to read a curve's slope at one point, differentiate polynomials term by term with the power rule, and step against the slope's sign to walk a loss curve downhill.
Partial Derivatives
Freeze every input but one so a multi-input surface collapses to an ordinary curve, read the partial derivative as that slice's slope, and give each model parameter its own partial of the error.
The Chain Rule
Multiply the local slopes of nested stages to get a composition's slope, evaluate each outer slope at the value its inner stage produced, and read the same product stacked deep as the backpropagation a network runs to reach every weight.
Gradients & Directional Derivatives
Stack a point's partial derivatives into the gradient arrow, read its direction as the steepest way uphill and its length as the climb rate, then flip its sign to step a loss surface downhill.
Integrals (Basics)
Sum a rate curve's thin strips until the running total settles on one exact area, then point the same summing at a probability density so the area between two marks becomes the chance of landing there.