Model to recognize digits with a convolutional neural network, consider LeNet-5 Architecture with some improvements viz (two stacked 3x3 filters replace the single 5x5 filters, max pooling layers inplaces of average pooling layers, ReLU activation replaces sigmoid, Batch normalization and Dropout is added)
- Two stacked 3x3 filters replace the single 5x5 filters.
- Max pooling layers inplaces of Average pooling layers.
- ReLU activation replaces sigmoid.
- Batch normalization is added
- Dropout is added
- Train Accuracy: 0.99525
- Test Accuracy: 0.9894