Learn PCA
- Brush up on Unsupervised learning
- Understanding dimensionality reduction
- A beginner’s guide to dimensionality reduction in Machine Learning
- A cool video explaining dim reduction - must watch this video for the special effects and you too will become a fan of Siraj Raval
- Dimensionality Reduction - a good video intro
- Principal Component Analysis for Dimensionality Reduction in Python - good intro and code
- Introduction To Principal Component Analysis In Machine Learning
- PCA using Python (scikit-learn)
- A very nice explainer video of Eigenvectors from 3 Blue 1 Brown - I am fan !
- Eigenvalues and Eigenvectors
- Why not use all dimensions for ML?
- What is the difference between feature selection and dimension reduction?
- What is the use case for PCA?
- What are
principal components (PC)
? - What would be the trend of successive eigen values of PCs?
- What about
cummulative eigen values
of PCs? - What does a correlation matrix of PCs look like?
★☆☆ - Easy
★★☆ - Medium
★★★ - Challenging
★★★★ - Bonus
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
Start with this pca-2-wine-quality notebook.
We will perform PCA wine quality data