from_dist_to_loss {deepregression} | R Documentation |
Function to transform a distritbution layer output into a loss function
from_dist_to_loss(
family,
ind_fun = function(x) tfd_independent(x),
weights = NULL
)
family |
see |
ind_fun |
function applied to the model output before calculating the
log-likelihood. Per default independence is assumed by applying |
weights |
sample weights |
loss function