Filter löschen
Filter löschen

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

7 Ansichten (letzte 30 Tage)
Katy
Katy am 19 Jul. 2023
Beantwortet: Sai Kiran am 4 Aug. 2023
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!

Antworten (1)

Sai Kiran
Sai Kiran am 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!

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by