/Handwritten-digit-recognition

Handwritten digit recognition with the MNIST dataset.

Primary LanguagePythonMIT LicenseMIT

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