Learning objectives
What you will be able to explain
- What does PCA optimize?
- Center a tiny dataset
- Compute a covariance matrix
- What is the first principal direction here?
- Compute an explained-variance ratio
- Project onto a one-dimensional principal direction
Section 01
What does PCA optimize? to Compute a covariance matrix
01
What does PCA optimize?
Guided checkpoint
Choose the best description of the first principal component.
02
Center a tiny dataset
Guided checkpoint
Consider the two points and . Compute the mean vector and the centered version of the first point.
03
Compute a covariance matrix
Guided checkpoint
Using the centered points and , compute the population covariance matrix .
Section 02
What is the first principal direction here? to Project onto a one-dimensional principal direction
01
What is the first principal direction here?
Guided checkpoint
For covariance matrix , choose a direction of the first principal component.
02
Compute an explained-variance ratio
Guided checkpoint
If the covariance eigenvalues are , , and , what fraction of total variance is explained by the first principal component?
03
Project onto a one-dimensional principal direction
Guided checkpoint
Let and . Compute the projection coefficient and the reconstructed point .
Section 03
PCA facts: true or false to How is PCA related to SVD?
01
PCA facts: true or false
Guided checkpoint
Mark each statement as true or false.
02
Match each PCA term to its meaning
Guided checkpoint
Match the term to the best description.
03
How is PCA related to SVD?
Guided checkpoint
Choose the best statement for centered data.
Section 04
What does whitening do after PCA? to What can happen if one feature scale dominates and the data is not standardized?
01
What does whitening do after PCA?
Guided checkpoint
Choose the best answer.
02
What can happen if one feature scale dominates and the data is not standardized?
Guided checkpoint
Choose the most likely consequence.
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.