How to calculate prediction interval of ANN?
1 回表示 (過去 30 日間)
古いコメントを表示
How the prediction interval of a neural network can be calculated?
0 件のコメント
採用された回答
Greg Heath
2016 年 11 月 1 日
Assuming you mean a NARXNET, there is no analytic formula.
It depends on the significant cross-correlations of the input and target and the significant autocorrelations of the target.
Hope this helps
Thank you for formally accepting my answer.
Greg
3 件のコメント
Greg Heath
2016 年 11 月 3 日
That is a pointwise formula. What you want is
[-sqrt(mse), sqrt(mse) ]
Hope this helps.
Greg
その他の回答 (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!