Error prediction after training of NN ?
3 次查看(过去 30 天)
显示 更早的评论
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
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
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!