View source: R/loss_functions.R
mvn_negloglik | R Documentation |
Multivariate normal negative log-likelihood loss function for tensorsem nn module.
mvn_negloglik(dat, Sigma)
dat |
The centered dataset as a tensor |
Sigma |
The model() implied covariance matrix |
torch_tensor: scalar negative log likelihood
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.