Skip to content

geekgirljoy/OCR_Neural_Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OCR_Neural_Network

Basic Proof of Concept

OCR Logo

Generate small 10x16 pixel image set for ASCII 33 - 126 (keyboard symbols):

!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~

Then train an ANN to return a float with the prediction / classification.

Basic Project Readme

MNIST

OCR 2 Logo

MNIST Code