This Neural Network Visualizer allows the user to explore how a neural network can process handwritten digits using a 3D visualization. Draw a digit with the canvas at the bottom right, and view each nodes weights by clicking it.
The weights and biases for this network were trained with my ground up neural network linked above. I also implemented a convolutional neural network for a school project, also above.