A simple code for recognizing hand-writing digits based on the pytorch package and the MNIST dataset, including the following steps:
- Download MNIST.
- Visualize examples of MNIST.
- Construct a CNN and train & test it.
- Plot a figure of training error, test error, accuracy vs. learning process.
- Visualize examples of the predictions.