MNIST hand Written Digit Recognition: A notebook for the classification of the MNIST hand written digits [0-9] dataset. I used Sequential Convolutional Neural Networks (CNN) model using Keras and tensorflow as a backend.
The model Hyperparamters are :
batch_size = 32 nb_classes = 10 nb_ephochs = 50 nb_filters = 32 pool_size = 2 kernel_size = 3