Error prediction after training of NN ?

2 views (last 30 days)
AFAQ AHMAD
AFAQ AHMAD on 13 Jul 2015
Answered: Ghada Saleh on 16 Jul 2015
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].

Answers (1)

Ghada Saleh
Ghada Saleh on 16 Jul 2015
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!