MNIST: Image Classification I

task: classification

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-1/submission.py (autosaved)