Problem using Mathlab in Time Series Forecasting File MSLSTMR with " deep_learning_6_GCJ " program
1 view (last 30 days)
Show older comments
previsão.
Hello Dear, I'm working on the prediction of a time series using Mathlab, but I'm having some difficulty in finishing the program.
I am using the program “deep_learning_6_GCJ “ and the data file “MSLSTMR “ , both attached.
It is a time series represented by the MLSTMR file.
The file has 23 data columns, the first column on the left is composed of the sequential data index, this column indicates in its last value, the total amount of data lines in the file.
Columns 18 to 23 contain the time series dependent values and it is these lines, 6 in total, that make the forecast for the next 10 events.
Columns 2 to 17 contain independent data that serve as reference parameters for the prediction of time series dependent values.
I am not able to make the program “ deep_learning_6_GCJ “ run until the end and I would like to know if someone can comment on the program and indicate where the errors are and if they can correct it, it would be even better.
What I need is for the program to predict the next 10 rows of values in the 6 columns of dependent variables. Can anyone help?
Thank you in advance for any help as I am not able to move forward with the forecast.
deep_learning_6_GC
0 Comments
Answers (1)
Seth Furman
on 13 Sep 2022
Edited: Seth Furman
on 13 Sep 2022
Looks like you're just missing the "J" at the end of the script name.
!wget https://in.mathworks.com/matlabcentral/answers/uploaded_files/1121515/deep_learning_6_GCJ.m
!wget https://in.mathworks.com/matlabcentral/answers/uploaded_files/1121505/MSLSTMR.TXT
deep_learning_6_GCJ % instead of "deep_learning_6_GC"
0 Comments
See Also
Categories
Find more on Sequence and Numeric Feature Data Workflows 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!