Neural Network Visualizer
An interactive tool to visualize the training of neural networks. Explore how inputs and outputs are represented in a classifier, and see how hidden nodes and weights change over time. This neural network is a simple classifier. It takes 5x5 pixel images as input, and outputs the digit that each image represents. All 25 pixels of the image are fed into the neural network as input nodes. Hidden Neurons: Iterations: Reset ↺ Train → Iterations: 0 | Accuracy: 0% | Loss: N/A Things to Play With When you first load the page, the network weights are randomly initialized and no training has been done....