Skip to content

Problems Identification: This project involves the implementation of efficient and effective KNN classifiers on MNIST data set. The MNIST data comprises of digital images of several digits ranging from 0 to 9. Each image is 28 x 28 pixels. Thus, the data set has 10 levels of classes.

Notifications You must be signed in to change notification settings

ibodumas/my_KNN_PCA_MNIST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

KNN_PCA_MNIST

Problems Identification: This project involves the implementation of efficient and effective KNN classifiers on MNIST data set. The MNIST data comprises of digital images of several digits ranging from 0 to 9. Each image is 28 x 28 pixels. Thus, the data set has 10 levels of classes.

Generally, transformation with 59 component(85% variance explained) is efficient in terms of low error rate and low query time, it is by far the best in this study. Accuracy rate is 98%, query time is 29 milliseconds.

About

Problems Identification: This project involves the implementation of efficient and effective KNN classifiers on MNIST data set. The MNIST data comprises of digital images of several digits ranging from 0 to 9. Each image is 28 x 28 pixels. Thus, the data set has 10 levels of classes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published