If you have Python installed, run the following commands:
git clone https://github.com/thefili2/MNIST-Neural-Network-with-Numpy.gitpip install tensorflow numpypython main.pyA full speed visualization of the forward pass. Input (784) -> Dense (256) -> Dense (128) -> Dense (64) -> Output (10).
A smaller network to visualize the inner workings. Click "Step" to cycle through the phases.