The accuracy over the test set is 98.99%. It improved a little compared to previous model.

Different network structures

We proceed now to investigate some different structures of convolutional network.

Structure 2: 2x(2xConv + Pool)

Oposed to our first model, we will apply two convolutional layers before a pooling layer and another two convolutional layers before a second pooling layer. This configuration is intended for more feature extraction.