Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/google/TrustScore

To Trust Or Not To Trust A Classifier. A measure of uncertainty for any trained (possibly black-box) classifier which is more effective than the classifier's own implied confidence (e.g. softmax probability for a neural network).
https://github.com/google/TrustScore

uncertainty-estimation uncertainty-neural-networks

Last synced: about 2 months ago
JSON representation

To Trust Or Not To Trust A Classifier. A measure of uncertainty for any trained (possibly black-box) classifier which is more effective than the classifier's own implied confidence (e.g. softmax probability for a neural network).

Awesome Lists containing this project

README

        

To Trust Or Not To Trust A Classifier
======
This is not an officially supported Google product

Signal for model confidence for a trained classifier, computed based on
labeled training examples and the classifier's hard predictions on these
examples.

See https://arxiv.org/abs/1805.11783