필터 지우기
필터 지우기

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 CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by