This model achieved an accuracy of 98.55% over the test set. It was a pioneer at the time and also helped promoting deep learning. However nowadays, with more computing power, it is possible to create and train larger and more complex models, more accurate as well.

Structure 4: Yassine's model (99.7% acc)

We will apply now a structure based on Yassine Ghouzam's model over the Kaggle competition. It is similar to our previous model, but with different hyperparameters and additional dropout layers. Also the filters use padding, mantaining the kernel size. The model applies 2 convolutional layers followed by pooling and dropout and another 2 convolutional layers followed by pooling and dropout.