A Convolution Neural Network to recognize FMNIST Images. Created in Keras with Tensorflow backend.
The dataset can be found here.
To import the dataset you need the file mnist_reader.py that you can download from here. Make sure it's in the same folder as the conv net file.
Got a maximum accuracy of 92% on test set when trained for 60 epochs.
Repository also contains the model and model weights