How to calculate prediction interval of ANN?

1 visualización (últimos 30 días)
Rita
Rita el 1 de Nov. de 2016
Comentada: Rita el 3 de Nov. de 2016
How the prediction interval of a neural network can be calculated?

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Sequence and Numeric Feature Data Workflows en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by