Skip to content

We perform PCA for both visualization and feature selection here.

Notifications You must be signed in to change notification settings

anishdulal/principal-component-analysis-PCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

principal-component-analysis-PCA

For details, see notebook. PCA is implemented with numpy and scipy to better understand PCA.

Sample data from MNIST dataset

Sample data from MNIST dataset

Visualization of MNIST dataset after dimensionality reduction using PCA

Visualization of MNIST dataset using PCA

Plot of variance explained by eigen values (to choose number of principal components)

Choosing number of principal components