A two-parameter model is trained on the loss
The second term is a penalty that pushes towards zero, so the two parameters are pulling against each other.
Both parameters are updated simultaneously. Within a single step, each partial derivative is evaluated at the parameter values held at the start of that step — before either parameter has moved:
| quantity | value |
|---|---|
| starting | |
| starting | |
| learning rate | |
| number of steps |
What is the value of the loss after the two steps?
Round your answer to 2 decimal places.