bayesian-neural-network-blogpost icon indicating copy to clipboard operation
bayesian-neural-network-blogpost copied to clipboard

Evaluating variance in output

Open pengnam opened this issue 6 years ago • 1 comments

image

The model trains with both logits_variance and softmax as the output.

softmax is trained with the classification value

What is logits variance trained with?

pengnam avatar Apr 08 '19 13:04 pengnam

@pengnam Its kind of a unsupervised learning. We use Monte carlo simulation to produce estimated true values for the variance of any given input and the prediction of NN is trained with those values.

pranavpandey2511 avatar Jan 13 '20 09:01 pranavpandey2511