A neural net can be small enough to audit by hand. This opening lesson fixes the two-input, two-hidden-unit, one-output structure before the arithmetic is expanded.
highlighted = computed this step
The shown network
The diagram fixes a tiny network with 2 inputs, 2 ReLU hidden units, and 1 output. The point is that every arithmetic step fits on the page.
x∈Q2→h∈Q2→y^∈Q
Small enough to audit
This is about 10 parameters, not 100B. The small scale is intentional: the graph can show all weights, biases, and node roles.
about 10 parameters, not 100B
Summary
The structure is fixed before any arithmetic is performed. The next lesson computes the two hidden weighted sums from the shown inputs and biases.