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).
Unzip the Dataset.zip file first.
python3 log_reg.py
python3 nn.py
- Yann LeCun, Courant Institute, NYU
- Corinna Cortes, Google Labs, New York
- Christopher J.C. Burges, Microsoft Research, Redmond