Time Series Forecasting Using Deep Learning (LSTM)

9 Ansichten (letzte 30 Tage)
Omar Baruch Moron Lopez
Omar Baruch Moron Lopez am 26 Feb. 2020
Bearbeitet: Ridwan Alam am 26 Feb. 2020
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];

Antworten (1)

Ridwan Alam
Ridwan Alam am 26 Feb. 2020
Bearbeitet: Ridwan Alam am 26 Feb. 2020

Community Treasure Hunt

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

Start Hunting!

Translated by