A model has exactly one parameter, . Its loss is built in two layers — an inner score
and the loss is that score squared:
Training starts at and runs ordinary gradient descent,
except that the learning rate is decayed as training goes on, following . So the two updates are not taken with the same step size:
| update | moves | learning rate used |
|---|---|---|
Run exactly two updates and report .
Recompute the gradient from scratch at each new point, and keep at least four decimal places in your intermediate work.
Give your answer rounded to two decimal places — for example 1.23.