piecewiseLearnRate
Description
A piecewise learning rate schedule object drops the learning rate periodically by multiplying it by a specified factor.
Tip
To easily use a piecewise learning rate schedule with the default options, specify the
LearnRateSchedule
argument of
the trainingOptions
function as "piecewise"
.
Creation
Description
creates a
schedule
= piecewiseLearnRatepiecewiseLearnRate
object.
This syntax is equivalent to setting the LearnRateSchedule
argument of
the trainingOptions
function to
"piecewise"
.
specifies optional properties using
one or more name-value arguments. For example, schedule
= piecewiseLearnRate(Name=Value
)DropFactor=0.5
specifies
halving the learning rate.
Properties
Examples
Algorithms
Version History
Introduced in R2024b