Python application created to explore and visualize how a simple neuron network trained on the MNIST dataset works.
Implements neuron activations visualization, dataset exploration gallery and dimensionality reducing projections of the fully connected layers of the neural network.
GUI app implemented using tkinter and numpy.
Neuron network created using tensorflow