Display how sure a ML-model is about it's answer (percentage)
2 次查看(过去 30 天)
显示 更早的评论
Hey MATLAB-Community!
I was wondering if there is any possibility in MATLAB to show me how sure/confident a Machine-Learning model is about it's own prediction (in percent?). I am using a neural network to classify 2 classes, if that's important.
I googled and searched for it, but didn't find anything :(
Best regards
Dennis
0 个评论
采纳的回答
Sudarshan
2022-11-8
编辑:Sudarshan
2022-11-8
Hi Dennis,
You can refer to these links to measure confidence intervals for various models.
For Neural Networks, check this ML Answers thread:https://in.mathworks.com/matlabcentral/answers/254082-how-to-calculate-confidence-intervals-with-neural-network-prediction
Additional resources:
For SVM, you can check this link (you can do a binary classification using SVMs as well): https://in.mathworks.com/help/stats/classreg.learning.classif.compactclassificationsvm.predict.html
0 个评论
更多回答(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!