Description Usage Arguments Note
binary cross entropy
1 | crossentropy(y, p)
|
y |
true label (0/1) |
p |
predicted probability |
-(y * log(p) + (1 - y) * log (1 - p))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.