lstm regression (Initial learning rate and training options)
4 views (last 30 days)
Show older comments
Ahmed Elbeltagi
on 4 Oct 2020
Commented: Mohith Kulkarni
on 8 Oct 2020
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
0 Comments
Accepted Answer
Mohith Kulkarni
on 8 Oct 2020
The parameter is 'InitialLearnRate' and not 'InitialLearningRate'.
2 Comments
Mohith Kulkarni
on 8 Oct 2020
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)
More Answers (0)
See Also
Categories
Find more on Image Data Workflows in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!