フィルターのクリア

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

5 ビュー (過去 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 Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by