ML-learning-path

Self learning guide for machine learning

View the Project on GitHub elephantscale/ML-learning-path

Principal Component Analysis (PCA)

Back to Index


Objective

Learn PCA

Prerequisite Reading

About Dimension Reduction

PCA - Principal Component Analysis

Extra Reading

A Little Math

Knowledge Check

Exercises

Difficulty Level

★☆☆ - Easy
★★☆ - Medium
★★★ - Challenging
★★★★ - Bonus

EX-1: Using PCA to visualize (★☆☆)

Start with this pca-1-intro notebook.

Here we will reduce dimensions of a mtcars dataset to 2 dimensions so we can do a plot

EX-2: PCA on wine quality data (★★☆)

Start with this pca-2-wine-quality notebook.

We will perform PCA wine quality data

More Exercises


Index