Hints

MATH-C06-C-001

Compute change in y divided by change in x.

MATH-C06-C-002

Substitute x = 5 into 2x.

MATH-C06-C-003

Use Delta f approx f'(x) Delta x.

MATH-C06-C-004

When differentiating with respect to x, treat y as constant.

MATH-C06-C-005

Use [2x, 2y].

MATH-C06-C-006

Gradient descent uses the negative gradient.

MATH-C06-C-007

Use the dot product.

MATH-C06-C-008

Rows correspond to outputs; columns correspond to inputs.

MATH-C06-C-009

Multiply the local rates.

MATH-C06-C-010

When one value affects the loss through multiple paths, add the contributions.

MATH-C06-C-011

The derivative was measured at one point. Local linear estimates are safest for small moves near that point.

MATH-C06-C-012

Plain gradient descent moves opposite the gradient.

MATH-C06-C-013

Use Delta f approx J Delta x. Rows are outputs; columns are inputs.

MATH-C06-C-014

Backprop multiplies upstream sensitivity by the local derivative on that path.