How to calculate prediction interval of ANN?

조회 수: 3 (최근 30일)
Rita
Rita 2016년 11월 1일
댓글: Rita 2016년 11월 3일
How the prediction interval of a neural network can be calculated?

채택된 답변

Greg Heath
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
Greg Heath 2016년 11월 3일
That is a pointwise formula. What you want is
[-sqrt(mse), sqrt(mse) ]
Hope this helps.
Greg
Rita
Rita 2016년 11월 3일
Great!Thanks a lot

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by