You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like this. It seems like a nice addition on top of the tf.losses API. Should we adjust it to take the tfp.distributions.Distribution parameters directly instead? This way there isn't any assumption about the object containing the attributes and pass the loc and scale (or samples in other cases). It may not be necessary in any case, since this assumes it is a Gaussian, therefore should come from the already existing tfp API like your example.
This paper discusses two loss functions for regression and classification losses which capture aleatoric uncertainty: https://arxiv.org/abs/1703.04977
There are lots of ways of formulating these and maybe even something more direct using distributions. Open to suggestions.
The text was updated successfully, but these errors were encountered: