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

https://github.com/meqdaddev/numbers-recognition-by-naive-bayes-classifier

A Python program to classify statistical data about the handwritten numbers.
https://github.com/meqdaddev/numbers-recognition-by-naive-bayes-classifier

classification gaussian-naive-bayes-implementation machine-learning naive-bayes-classifier python

Last synced: 4 months ago
JSON representation

A Python program to classify statistical data about the handwritten numbers.

Awesome Lists containing this project

README

        

# Numbers Recognition by Naive Bayes classifier

### An employment for the Bayesian classifier for a handwritten digits recognition application.
### The following are some samples of the images that are used for training and testing.

m_l_repo

### There are many features that can be used for this application; however, we will use the color (black/white) of each pixel to form the feature vectors of 120 images.

m_l_repo2

### For those digits, there are vectors, it contains 120 digits, 40 for digit (4) and 40 for digit (7) and 40 for digit (9).

### We used 4-fold cross-validation in our evaluation.

## Done by: Meqdad Darweesh