Network and notation
state 0 / 10y actual targetŷ predicted yz pre-activation / linear scorezₒ output logit
01204563 Advanced Machine Learning · Topic 6
Follow the numbers as they move forward, flow backward, and update the parameters.
Step 0 · Press “Next step” to begin
sigmoid(t) = 1 / (1 + e−t)E = ½(y − ŷ)2 · η = 0.5Start by calculating the hidden pre-activation z₁.
Every row repeats the equation, the values used, the calculation, and the result.
Forward pass → loss → backward pass → update
| Step | Equation | Values used | Calculation | Result | Meaning |
|---|
| Parameter | Initial | After Round 1 | After Round 2 |
|---|
Two updates demonstrate the mechanism. They do not prove that the network has solved XOR.