A single parameter is trained on the loss
using gradient descent with momentum, in the accumulation form
where is the derivative of evaluated at the current weight .
The settings are
| quantity | value |
|---|---|
| starting weight | |
| starting velocity | |
| momentum | |
| learning rate |
Exactly three updates are performed. What is the value of ?
Round your answer to 2 decimal places.