View source: R/activations-losses.R View source: R/.ipynb_checkpoints/activations-losses-checkpoint.R
logit.loss | R Documentation |
A Logistic Loss function, used for binary classification networks.
logit.loss(A, Y)
A |
a vector of predicted Y values. |
Y |
the true Y values. |
The floating-point loss for the network.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.