필터 지우기
필터 지우기

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

조회 수: 7 (최근 30일)
Katy
Katy 2023년 7월 19일
답변: Sai Kiran 2023년 8월 4일
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!

답변 (1개)

Sai Kiran
Sai Kiran 2023년 8월 4일
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!

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by