Main Content
cyclicalLearnRate
Description
A cyclical learning rate schedule periodically increases and decreases the learning rate.
Tip
To easily use a cyclical learning rate schedule with the default options, specify the
LearnRateSchedule
argument of
the trainingOptions
function as "cyclical"
.
Creation
Description
creates a
schedule
= cyclicalLearnRatecyclicalLearnRate
object.
This syntax is equivalent to setting the LearnRateSchedule
argument of
the trainingOptions
function to
"cyclical"
.
specifies additional properties using
one or more name-value arguments. For example, schedule
= cyclicalLearnRate(Name=Value
)MaxFactor=2
specifies a
maximum scaling factor of 2.
Properties
Examples
Algorithms
Version History
Introduced in R2024b