How to calculate prediction interval of ANN?
조회 수: 3 (최근 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에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!