Home

Blog

Bookshelf

Neural Net Visualizer - Feedforward

I've been trying to understand how neural nets work. After a few hand calculations, thought I'd make a simple visualizer for how inputs, weights and biases interact. This network has 2 input neurons, 3 neurons in the hidden layer, and 2 output neurons.

Inputs

Step-by-step Calculation Breakdown

Matrix Representation