Time Series Forecasting Using Deep Learning (LSTM)

8 次查看(过去 30 天)
I am new on the deep learning MATLAB toolbox, for multiple inputs training I have to change the numFeatures from this code?
numFeatures = 1;
numResponses = 1;
numHiddenUnits = 200;
layers = [ ...
sequenceInputLayer(numFeatures)
lstmLayer(numHiddenUnits)
fullyConnectedLayer(numResponses)
regressionLayer];

回答(1 个)

Ridwan Alam
Ridwan Alam 2020-2-26
编辑:Ridwan Alam 2020-2-26

类别

Help CenterFile Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by