LSTMs for Time Series Forecasting in Matlab 2017b

조회 수: 4 (최근 30일)
Rhythm Shah
Rhythm Shah 2017년 11월 26일
댓글: nora mahmoud 2019년 3월 17일
I have a series of queries:- 1] How can I perform time series forecasting i.e. given a time series of lets say 'x' time steps and predicting the next 'y' time steps (consecutively). Can I use the regression layer after the last layer or will I have to convert my time series problem as a classification problem?
2] What is the significance of padding?
3]How do I prepare a dataset from a time series to be put into use for training the LSTM network?
4]Within the documentation for LSTM layers, under the sub-topic: 'list parameters' what Output Mode (sequence/ last) should I select and when?
  댓글 수: 1
nora mahmoud
nora mahmoud 2019년 3월 17일
did you reach to solution , if you reached please help me , as i have the same problems..

댓글을 달려면 로그인하십시오.

답변 (1개)

Abolfazl Nejatian
Abolfazl Nejatian 2018년 12월 8일
here is my code,
this piece of code predicts time series data by use of deep learning and shallow learning algorithm.
best wishes
Abolfazl Nejatian

카테고리

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