How can I use LSTM networks to solve a time series regression problem?
이전 댓글 표시
How can I use LSTM networks to solve a time series regression problem? I would like to train a LSTM regression network using all but the last 10 time steps and then test it to see how well the model has done using the last 10 steps of time series that were not used in the training.
채택된 답변
추가 답변 (1개)
Abolfazl Nejatian
2018년 12월 8일
편집: MathWorks Support Team
2022년 10월 25일
1 개 추천
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
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!