View source: R/k-ontram_metrics.R
k_ontram_loss | R Documentation |
Another keras implementation of the ontram loss
k_ontram_loss(K)
y_true <- k_constant(matrix(c(1, 0, 0, 0, 0), nrow = 1L))
loss <- k_ontram_loss(ncol(y_true))
loss(y_true, m$output)
loss(k_constant(Y), m(list(INT, X, Z)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.