An open API service indexing awesome lists of open source software.

https://github.com/notshrirang/letter-recognition

The purpose of this project is to classify alphabets in various fonts. Applied various classification algorithms and got a maximum accuracy of 94.875% by using KNN.
https://github.com/notshrirang/letter-recognition

knn-classification machine-learning naive-bayes-classifier pca svc

Last synced: 8 months ago
JSON representation

The purpose of this project is to classify alphabets in various fonts. Applied various classification algorithms and got a maximum accuracy of 94.875% by using KNN.

Awesome Lists containing this project

README

          

# Letter recognition

Dataset - Here

### Accuracy:
With K-nearest Neighbours:
accuracy = 94.875%

Accuracy on Cross Validation data- 95.5375%

Accuracy on Testing data- 95.825%