MATLAB File Help: cv.LogisticRegression/LearningRate Index
cv.LogisticRegression/LearningRate

The learning rate of the optimization algorithm.

The higher the value, faster the rate and vice versa. If the value is too high, the learning algorithm may overshoot the optimal parameters and result in lower training accuracy. If the value is too low, the learning algorithm converges towards the optimal parameters very slowly. The value must a be a positive real number. You can experiment with different values with small increments as in 0.0001, 0.0003, 0.001, 0.003, 0.01, 0.03, 0.1, 0.3, ... and select the learning rate with less training error. Default 0.001

Property Details
Constant false
Dependent true
Sealed false
Transient false
GetAccess 'public'
SetAccess 'public'
GetObservable false
SetObservable false