Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 519 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 519 Bytes

Naive Bayes Classifier

license docs

A handwriting identifier trained to identify a 28 * 28 pixel image using a Naive Bayes classification model. Given training data of n x n size, can be used to identify images of n x n size. On 28 x 28 images, achieved upwards of 70% correct identification

Author: Aaron Alberg - aalberg2@illinois.edu