Time Series Forecasting Using Deep Learning (LSTM)

7 ビュー (過去 30 日間)
Omar Baruch Moron Lopez
Omar Baruch Moron Lopez 2020 年 2 月 26 日
編集済み: Ridwan Alam 2020 年 2 月 26 日
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 Center および File ExchangeSequence 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