Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confidence level of each classification #82

Closed
PradiptaPN opened this issue Jan 11, 2018 · 2 comments
Closed

Confidence level of each classification #82

PradiptaPN opened this issue Jan 11, 2018 · 2 comments

Comments

@PradiptaPN
Copy link

Hi, thanks again for the help for the other day

is there any way to display confidence level of each label when doing classification?

for example:

Pict X is a dog, confidence level: 90%
Pict X is a human, confidence level: 100%

thanks for the support :)

@cbovar
Copy link
Owner

cbovar commented Jan 11, 2018

Hi,

If your last layer is a SoftmaxLayer, it already outputs confidence level for each class.
Net.GetPrediction() is just a convenience method to return the prediction that has the highest confidence level. (see here)

@PradiptaPN
Copy link
Author

Thank you very much for the explanation :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants