description: Loss functions for neural networks.
View source on GitHub |
Loss functions for neural networks.
kl_divergence_exact(...)
: Exact KL Divergence.
kl_divergence_monte_carlo(...)
: Monte Carlo KL Divergence.
negloglik(...)
: Negative log-likelihood.