Skip to content

JyotirmoyGupta/pca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

This is an implementation of principle component analysis on the famous MNIST digit dataset. Firstly KNN has been trained on the data and is used for prediction obtaining an accuracy of more than 96%. Then the data is standardised using standard scaler class of scikit-learn. And then PCA is applied using scikit-learn and the cummulative variance percentage of all the principle components from 1 to 784 (since there are 784 features) has been plotted using matplotlib.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published