A one-parameter linear model predicts . The loss on a single example is , and the loss on a mini-batch is the average over that mini-batch:
The full training set is:
| example | ||
|---|---|---|
| 1 | ||
| 2 | ||
| 3 | ||
| 4 |
Starting from , one mini-batch step is taken with learning rate on the mini-batch .
What is after that single update?
Select all that apply.