lstm regression (Initial learning rate and training options)
4 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Mohith Kulkarni
2020-10-8
The parameter is 'InitialLearnRate' and not 'InitialLearningRate'.
2 个评论
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 Exchange 中查找有关 Image Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!