Problem using Mathlab in Time Series Forecasting File MSLSTMR with " deep_learning_6_GCJ " program
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Seth Furman
2022-9-13
编辑:Seth Furman
2022-9-13
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 个评论
另请参阅
类别
在 Help Center 和 File 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!