Flushed out MNIST Visualizer that classifies handwritten digits, outputs the probabilities of each digit, and visualizes the hidden layers of the convolutional neural network.
The library used by the application can be found here.
The weights used by the application can be found here.
The first 16 images on the right represent the activated values after the first max pooling layer.
The next 32 images represent the activated values after the second max pooling layer.