A tiny model is written as a computational graph. Its inputs are the data value and the parameters and :
| Node | Definition |
|---|---|
Look carefully at where is used: it feeds the addition node and the final multiplication node. Two arrows leave it.
One forward pass is run with
A backward pass then follows, starting from .
What value does the backward pass deliver for ? Give the exact value.