lstm regression (Initial learning rate and training options)

3 ビュー (過去 30 日間)
Ahmed Elbeltagi
Ahmed Elbeltagi 2020 年 10 月 4 日
コメント済み: Mohith Kulkarni 2020 年 10 月 8 日
Hello everyone,
I have used this code and found an error as shown in the attached screenshot image regarding Intial Learning Rate and Training Options.
Please, help me to solve this problem.
Thanks in advance

採用された回答

Mohith Kulkarni
Mohith Kulkarni 2020 年 10 月 8 日
The parameter is 'InitialLearnRate' and not 'InitialLearningRate'.
check Solver Options section of the trainingOptions function documentation for more information.
  2 件のコメント
Ahmed Elbeltagi
Ahmed Elbeltagi 2020 年 10 月 8 日
編集済み: Ahmed Elbeltagi 2020 年 10 月 8 日
Thanks for your help. It is working. I have received another error (see the attached screenshot). How to solve it.
Waiting for your reply
Mohith Kulkarni
Mohith Kulkarni 2020 年 10 月 8 日
Make sure you are using the right input. I think you are supposed to use trainNetwork(X,Y,layers,Opts) instead of trainNetwork(Y,Y,layers,Opts)

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with Statistics and Machine Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by