필터 지우기
필터 지우기

lstm regression (Initial learning rate and training options)

조회 수: 6 (최근 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 CenterFile Exchange에서 Get 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