How can I use LSTM networks to solve a time series regression problem?
Show older comments
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.
Accepted Answer
More Answers (1)
Abolfazl Nejatian
on 8 Dec 2018
Edited: MathWorks Support Team
on 25 Oct 2022
1 vote
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
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!