LSTM time series prediction

조회 수: 7 (최근 30일)
Abolfazl Nejatian
Abolfazl Nejatian 2017년 11월 17일
댓글: Jaroslav Hook 2023년 8월 15일
hey every one I'm going to predict a big (1*50000) financial series. initially, I converted my data to (24*49976) with the purpose of 24 hours delays. now I've a matrix shape dataset can be used in ANFIS and neural network, easily. so the question is: is this true approach to build the input matrix? the second question is how can I use this (24*49976) dataset for deep learning algorithms exist in MATLAB; i means as i know Matlab Deep learning toolbox use for classification but my target is Continuous! so whats your ideas to solve my prediction problem? If you have an example or any guiding document please help me.
thanks in advance Abolfazl Nejatian
  댓글 수: 1
Jaroslav Hook
Jaroslav Hook 2023년 8월 15일
I need a 4 feature (most recent 10-20 lags ) predictor of a single value.
Which thenwork is the most suitable here ?

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

채택된 답변

Abolfazl Nejatian
Abolfazl Nejatian 2018년 11월 23일
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

추가 답변 (0개)

카테고리

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