- 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?
8 次查看(过去 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!