tf.keras.backend.binary_crossentropy

View source on GitHub

Binary crossentropy between an output tensor and a target tensor.

tf.keras.backend.binary_crossentropy(
    target, output, from_logits=False
)

Arguments:

Returns:

A tensor.