Learning objectives
What you will be able to explain
- Learning is not pure optimization
- Minibatches as estimators
- Why neural-network optimization is difficult
- Saddles in high dimensions
- Compute a momentum step
- Basic optimization algorithms
Section 01
Learning is not pure optimization to Why neural-network optimization is difficult
01
Learning is not pure optimization
Guided checkpoint
Match each quantity to its role.
Source: Chapter 8, section 8.1, pp. 275-282
02
Minibatches as estimators
Guided checkpoint
Judge each statement.
Source: Chapter 8, section 8.1.3, pp. 278-282
03
Why neural-network optimization is difficult
Guided checkpoint
Select all challenges analyzed in the chapter.
Source: Chapter 8, section 8.2, pp. 282-294
Section 02
Saddles in high dimensions to Basic optimization algorithms
01
Saddles in high dimensions
Guided checkpoint
Why can saddle points be more consequential than poor local minima in high-dimensional objectives?
Source: Chapter 8, section 8.2.3, pp. 287-290
02
Compute a momentum step
Guided checkpoint
Use and . If , , and , what is the new ?
Source: Chapter 8, section 8.3.2, pp. 296-299
03
Basic optimization algorithms
Guided checkpoint
Match each method to its defining behavior.
Source: Chapter 8, section 8.3, pp. 294-301
Section 03
Initialization principles to Adaptive learning-rate methods
01
Initialization principles
Guided checkpoint
Evaluate each statement.
Source: Chapter 8, section 8.4, pp. 301-306
02
Xavier-style variance
Guided checkpoint
Using the simple rule with and , compute the target variance.
Source: Chapter 8, section 8.4, pp. 301-306
03
Adaptive learning-rate methods
Guided checkpoint
Match each optimizer to its main mechanism.
Source: Chapter 8, section 8.5, pp. 306-310
Section 04
Adam bias correction to Optimization strategies beyond the update rule
01
Adam bias correction
Guided checkpoint
At the first step, Adam's first moment is initialized to zero, , and the observed gradient is 4. What is the bias-corrected first moment?
Source: Chapter 8, section 8.5.3, pp. 309-310
02
Approximate second-order methods
Guided checkpoint
Match each method to its approximation.
Source: Chapter 8, section 8.6, pp. 310-317
03
Optimization strategies beyond the update rule
Guided checkpoint
Select all strategies discussed in the chapter.
Source: Chapter 8, section 8.7, pp. 317-329
Section 05
Batch normalization's training-time operation to Curriculum and continuation ideas
01
Batch normalization's training-time operation
Guided checkpoint
What does a batch-normalized unit do before its learned scale and shift?
Source: Chapter 8, section 8.7.1, pp. 317-321
02
Curriculum and continuation ideas
Guided checkpoint
Judge each statement.
Source: Chapter 8, section 8.7.6, pp. 327-329
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.