uncertainty-neural-networks topic

List uncertainty-neural-networks repositories

uncertainty_estimation_deep_learning

219
Stars
36
Forks
Watchers

This repository provides the code used to implement the framework to provide deep learning models with total uncertainty estimates as described in "A General Framework for Uncertainty Estimation in De...

Bayesian-Neural-Networks

1.8k
Stars
295
Forks
Watchers

Pytorch implementations of Bayes By Backprop, MC Dropout, SGLD, the Local Reparametrization Trick, KF-Laplace, SG-HMC and more

bayesian-torch

472
Stars
64
Forks
Watchers

A library for Bayesian neural network layers and uncertainty estimation in Deep Learning extending the core of PyTorch

pytorch-classification-uncertainty

392
Stars
59
Forks
Watchers

This repo contains a PyTorch implementation of the paper: "Evidential Deep Learning to Quantify Classification Uncertainty"

deep-ensembles-uncertainty

133
Stars
32
Forks
Watchers

My implementation of the paper "Simple and Scalable Predictive Uncertainty estimation using Deep Ensembles"

TrustScore

173
Stars
42
Forks
Watchers

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 proba...

neuralnetworks.thought-experiments

202
Stars
36
Forks
Watchers

Observations and notes to understand the workings of neural network models and other thought experiments using Tensorflow

Active-Learning-Papers

64
Stars
7
Forks
Watchers

A list of papers on Active Learning and Uncertainty Estimation for Neural Networks.

awesome-uncertainty-deeplearning

405
Stars
41
Forks
Watchers

This repository contains a collection of surveys, datasets, papers, and codes, for predictive uncertainty estimation in deep learning models.

DUN

72
Stars
11
Forks
Watchers

Code for "Depth Uncertainty in Neural Networks" (https://arxiv.org/abs/2006.08437)