| Answer |
Explanation |
| α=0.3 is an effective choice of learning rate. |
We want gradient descent to quickly converge to the minimum, so the current setting of α seems to be good, X[WRONG] |
it is wrong. The learning rate &=0.3 still looks high compared with 0.1. The right answer is or should be; Rather than use the current value of α, it'd be more promising to try a smaller value of α (say α=0.1).
it is wrong. The learning rate &=0.3 still looks high compared with 0.1. The right answer is or should be; Rather than use the current value of α, it'd be more promising to try a smaller value of α (say α=0.1).