Fully connected layers in LSTM regression

4 次查看(过去 30 天)
Hello everyone,
Please, i am impementing the LSTM regression using Matlab R 2019b but i have error related to fully connected layers (see the attached screenshot).
Please help me to solve this error.
Thanks

采纳的回答

Srivardhan Gadila
Srivardhan Gadila 2020-9-30
You have to remove the space present between the function name and the parentheses i.e., use the below code instead:
layers = [sequenceInputLayer(inputSize)
lstmLayer(numHiddenUnits)
fullyConnectedLayer(numResponses)
regressionLayer];
You can also refer to Command vs. Function Syntax.
  1 个评论
Ahmed Elbeltagi
Ahmed Elbeltagi 2020-9-30
Thanks sir for your help.
I have used your code and it is working.
Also, i found another error in this code as shown in the attached screenshot image regarding IntialLearningRate and TrainingOptions.
Please chech the error.
Waiting for your support.
Thanks

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by