Learning objectives
What you will be able to explain
- What is the standard gradient descent update rule?
- Take one gradient descent step
- What is a common effect of a learning rate that is too large?
- What is a common effect of a learning rate that is too small?
- Update a two-parameter model
- Optimization facts: true or false
Section 01
What is the standard gradient descent update rule? to What is a common effect of a learning rate that is too large?
01
What is the standard gradient descent update rule?
Guided checkpoint
Choose the correct parameter update.
02
Take one gradient descent step
Guided checkpoint
Suppose the current parameter is , the gradient is , and the learning rate is . Compute the updated parameter.
03
What is a common effect of a learning rate that is too large?
Guided checkpoint
Choose the best answer.
Section 02
What is a common effect of a learning rate that is too small? to Optimization facts: true or false
01
What is a common effect of a learning rate that is too small?
Guided checkpoint
Choose the best answer.
02
Update a two-parameter model
Guided checkpoint
Let . Start at and use one gradient descent step with learning rate .
03
Optimization facts: true or false
Guided checkpoint
Mark each statement as true or false.
Section 03
What is mean squared error (MSE)? to One gradient step for a regression example
01
What is mean squared error (MSE)?
Guided checkpoint
Choose the correct description.
02
What is a common effect of regularization?
Guided checkpoint
Choose the best interpretation.
03
One gradient step for a regression example
Guided checkpoint
For the loss with a single example , start from and use learning rate . Compute the updated parameter after one gradient descent step.
Section 04
Which is a reasonable optimization stopping signal?
01
Which is a reasonable optimization stopping signal?
Guided checkpoint
Choose the best practical criterion.
Knowledge check
Turn understanding into recall.
The quiz now follows the same concepts in scored form. You can return to this lesson from the quiz whenever a gap appears.