UncertaintyNN
UncertaintyNN copied to clipboard
Implementation and evaluation of different approaches to get uncertainty in neural networks
Hi. I have a question. I run your "coombined_evaluation.py" and it works well. There is a part I don't understand. In "combined_evaluation" function , you put the dropout values as...
Hello @hutec Is it on purpose that there are no batches and the data (x and y) are being passed as is in the models ?
I'm trying to work through the MNIST Training notebook but am having trouble getting it to run as written. I think it may be because of a new TF version,...
Hey, great work @hutec. I have a doubt though, in the paper "What Uncertainties Do We Need in Bayesian Deep Learning for Computer Vision?", the loss function doesn't invoke the...