Skip to main content

Tutorial 3: Dimensionality Reduction and Reconstruction

Difficulty level
Beginner

This tutorial covers how to apply principal component analysis (PCA) for dimensionality reduction, using a classic dataset that is often used to benchmark machine learning algorithms: MNIST. We'll also learn how to use PCA for reconstruction and denoising.

You can learn more about MNIST dataset here.

Topics covered in this lesson
  • How to perform PCA on MNIST dataset
  • How to calculate variance
  • How to reconstruct data with different PCs
  • Visualization of the weights
Back to the course