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!