Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 598 Bytes

File metadata and controls

14 lines (8 loc) · 598 Bytes

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