Skip to content

jakeju92/OCR_LR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OCR_LR_V1.0

This project is supposed to do hand written numbers (0 ~ 9) recognition by using a softmax learning model without any intermediate layers. The data set we used for training and testing is Mnist. Then, a cross entropy loss function is applied to evaluate the difference between the predictions and the correct labels. The loss is minimized by using gradient descent method.

Getting Started

Prerequisites

Installing

Download this repository:

git clone https://github.com/jb892/OCR_LR.git

Running

python ocr_lr_test.py

Result:

Average accuracy of the trainned network on testing dataset = ~ 92%

License

This project is licensed under the MIT License

About

Using Softmax to do OCR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages