Skip to content

Reducing the dimensionality of the Handwritten digits dataset to two (k=2) using PCA algorithm.

Notifications You must be signed in to change notification settings

AkdenizKutayOcal/HandwrittenDigits_PCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

As a part of the school project, we were asked to be analysing handwritten digits dataset. Each digit is an 8x8 image; hence each handwritten digit is represented by 64 features. The dataset is also tagged. Our task was to reduce the dimensionality of the dataset to two (k=2) using PCA algorithm, so that we can plot the data and observe how different handwritten digits are similar to each other. We were not allowed to use PCA class in scikit. The analysis can be found in the pdf file that is provided.

About

Reducing the dimensionality of the Handwritten digits dataset to two (k=2) using PCA algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages