Timeseries multivariate forecasting example
조회 수: 4 (최근 30일)
이전 댓글 표시
I am learning how to do a simple timeseries forecast with more than one variable.
I have found this example from the official matlab website:
Its the chickenpox example, and it works very well.
My question is, is there an example similar to that, but with more than one variable?
Or what does it need to be changed in that example?
Thank you
댓글 수: 0
답변 (1개)
Anmol Dhiman
2021년 1월 27일
Hi Pedro,
You can either change the above example or there are other method also for forecasting you can refer to them as well.
If you desire to tweak the above example and make it work for you case, you can simply change the input of SequenceInputLayer according to number of variable. You may also need to change the LSTM layer input accordingly.
Hope it helps
댓글 수: 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!