MNIST: Image Classification II

task: classification

This problem is a continuation of the previous problem (MNIST-1). The objective of this problem is to classify the images of handwritten digits into one of the 10 digits (0-9). You must train your model using the images provided as part of the training data to predict the digit in the image.

mnist-2/submission.py (autosaved)