Error prediction after training of NN ?

조회 수: 2 (최근 30일)
AFAQ AHMAD
AFAQ AHMAD 2015년 7월 13일
답변: Ghada Saleh 2015년 7월 16일
Hi
After training the neural network we have the error values for different sub-sets.
But Is this possible that from these statistic we can predict the error in our prediction?
For example after training we can say that if some one use this NN for prediction,the resultant values will have this % of error?
Regards
Error Prediction from trained NN? - ResearchGate. Available from: https://www.researchgate.net/post/Error_Prediction_from_trained_NN [accessed Jul 13, 2015].

답변 (1개)

Ghada Saleh
Ghada Saleh 2015년 7월 16일
Hi Afaq,
Once a neural network is created, you can check its performance by calculating its 'R' value, which can be done in MATLAB by creating a regression plot. You can refer to the following link for more information on that.
Neural networks are not used for stochastic processes. The performance of a neural network highly depends on the data you provide to it. Hence, finding a confidence interval for a neural network is not possible. However, you can use models like ARIMA and ANOVA to establish such a confidence interval for your model.
I hope this helps.
Ghada

Community Treasure Hunt

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

Start Hunting!

Translated by