A model with a single weight predicts , and is trained by gradient descent on the mean squared error over three examples:
| 1 | 4 |
| 2 | 4 |
| 2 | 3 |
Give the complete set of learning rates for which the run converges to the minimising weight rather than blowing up.
Select all that apply.