필터 지우기
필터 지우기

How to calculate prediction intervals with LSTM's deterministic prediction?

조회 수: 9 (최근 30일)
israt fatema
israt fatema 2021년 7월 23일
답변: Aneela 2024년 4월 23일
How to calculate prediction interval/ predictive density with LSTM time series point forecast data?

답변 (1개)

Aneela
Aneela 2024년 4월 23일
Hi Israt Fatema,
Monte Carlo Dropout technique can be used to estimate prediction intervals and predictive density for LSTM.
  • 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.
Refer to the following MathWorks documentation for more information on Dropout layer:. https://www.mathworks.com/help/deeplearning/ref/nnet.cnn.layer.dropoutlayer.html

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by