Time Series Forecasting Using Deep Learning (LSTM)
Afficher commentaires plus anciens
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];
Réponses (1)
Ridwan Alam
le 26 Fév 2020
Modifié(e) : Ridwan Alam
le 26 Fév 2020
0 votes
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!