You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
Even if the learning rate 0.1 is smaller it isn’t the right answer as choosing both higher and extremely low value can cause the divergence of graph and can cause the learning rate to converge slow respectively.
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).
The text was updated successfully, but these errors were encountered: