This is a simple application that visualizes the accuracy of a neural network I have created to recognize handwritten digits from the MNIST dataset. Code for the neural network is available at Neural network from scratch
The application is available here
- Enter a number between 0 and 42000 in the text box, this would be the index of the image in the MNIST dataset; then the image would be displayed along with the predicted label and the actual label.