Recognize Digits Using Keras and TensorFlow
- Load libraries
- Load MNIST data
- Normalize/centering data
- Reshape images
- Label encoding to one hot vectors
- Split data for cross validation
- Create the model
- Chose optimizer and annealer
- Data augmentation to gather more data
- Evaluate the model
- Confusion matrix