Borrar filtros
Borrar filtros

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

7 visualizaciones (últimos 30 días)
Katy
Katy el 19 de Jul. de 2023
Respondida: Sai Kiran el 4 de Ag. de 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!

Respuestas (1)

Sai Kiran
Sai Kiran el 4 de Ag. de 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!

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by