Skip to content

MedAymenF/Handwritten-digit-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handwritten Digit Recognition

Handwritten digit recognition with The MNIST database of handwritten digits.

We will use logistic regression and neural networks to recognize handwritten digits (from 0 to 9).

How to use

Unzip the Dataset.zip file first.

Logistic Regression

python3 log_reg.py

Neural Network

python3 nn.py

Acknowledgements

  • Yann LeCun, Courant Institute, NYU
  • Corinna Cortes, Google Labs, New York
  • Christopher J.C. Burges, Microsoft Research, Redmond

About

Handwritten digit recognition with the MNIST dataset.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages