how MATLAB find the ratios for training NN results (test, train and validation )?
1 次查看(过去 30 天)
显示 更早的评论
Hi ,
please , what is the mathematical formula for calculate the ratio in matlab when i used NN for prediction problems
so what is mean for eaxmple:
test raito : R=0.9998
train ratio :R=0.9993
valadation raito : R=0.9925
All , r=0.994
0 个评论
采纳的回答
Ridwan Alam
2019-12-5
In your fig, I believe R is representing the coefficient of determination or the correlation coeeficient (https://www.mathworks.com/help/stats/coefficient-of-determination-r-squared.html).
Not only for NN, but any machine learning task, the whole dataset is first divided into training, validation, and test datasets. The model is trained and validated using methods such as cross validation, and the final model is assessed using the test set. In your fig, it looks like different models are compared using all four datasets showing different parameters fit different datasets better. For more, please check: https://www.mathworks.com/help/stats/model-building-and-assessment.html
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!