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

https://github.com/rodneyshag/digitclassification

A project in computer vision: Recognizes images of digits using a Naive Bayes classifier
https://github.com/rodneyshag/digitclassification

computer-vision machine-learning naive-bayes-classifier recognizes-images

Last synced: 5 months ago
JSON representation

A project in computer vision: Recognizes images of digits using a Naive Bayes classifier

Awesome Lists containing this project

README

          

# DigitClassification

A project in computer vision: Recognizes images of digits using a [Naive Bayes classifier](https://en.wikipedia.org/wiki/Naive_Bayes_classifier).

![][digits]

The overarching goal of computer vision is to gain a high-level understanding of any image. Here, we have a simpler goal of recognizing images of digits, which are composed of binary features representing the colors black and white. This is accomplished by training a Naive Bayes classifier on a set of approximately 5000 images of digits and then testing it on new images of digits to gauge how well it recognizes them.

[digits]: https://github.com/rshaghoulian/DigitClassification/blob/master/documentation/documentation_files/digits.gif