- Use Dropout in the LSTM layers not just during training but also during prediction for randomness.
- Make multiple predictions for the same input data with dropout enabled.
- The multiple distributions for each time step form an empirical distribution that can be used as Predictive Density.
- The variance in these predictions can be used to estimate the Prediction Interval.
How to calculate prediction intervals with LSTM's deterministic prediction?
조회 수: 7 (최근 30일)
이전 댓글 표시
How to calculate prediction interval/ predictive density with LSTM time series point forecast data?
댓글 수: 0
답변 (1개)
Aneela
2024년 4월 23일
Hi Israt Fatema,
Monte Carlo Dropout technique can be used to estimate prediction intervals and predictive density for LSTM.
Refer to the following MathWorks documentation for more information on Dropout layer:. https://www.mathworks.com/help/deeplearning/ref/nnet.cnn.layer.dropoutlayer.html
댓글 수: 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!