The accuracy achieved over the test set now is 98.61%. It was close to our model with 50 epochs but slitghly worse. These variations may be explained by the randomness over the samples and parameters initialization and is completely expected.

Convolution layers with activation functions

We will add activation functions to each filter, increasing the model's capability to extract useful information from the data.