You are fitting the linear model to this two-point training set:
| 1 | ||
| 2 |
The loss is mean squared error over the full batch:
You initialise , and take one full-batch gradient descent step with learning rate , updating and simultaneously from the gradients computed at .
What are , , and the loss after that single step?
Select all that apply.