Clear Filters
Clear Filters

How to change the learning rate of a shallow neural network?

7 views (last 30 days)
I'm trying to change the learning rate of a shallow neural network using the 'train' function.
Most of the info I've found online for this pertains to deep neural networks, so using 'trainingOptions' doesn't seem to work for this scenario as it doesn't support some of the features I'd like to use.
I'd like to know if there's something similar to this for shallow neural networks (aka not using the trainingOptions):
Thanks!

Answers (1)

Sai Kiran
Sai Kiran on 4 Aug 2023
Hi,
You can specify the learning rate for shallow neural networks only by using 'trainingOptions' only.
Can you please let us know what are the features that are not supporting for your scenario?
Please refer to the following documentation for more information.
Thanks!

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!