View source: R/deepregression.R
from_dist_to_loss | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.