Display how sure a ML-model is about it's answer (percentage)
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Dennis
el 2 de Nov. de 2022
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 comentarios
Respuesta aceptada
Sudarshan
el 8 de Nov. de 2022
Editada: Sudarshan
el 8 de Nov. de 2022
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Sequence and Numeric Feature Data Workflows en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!