Entries
SQUARED_HINGE
Link copied to clipboard
Content copied to clipboard
Computes the squared hinge loss between labels and predictions.
BINARY_CROSSENTROPY
Link copied to clipboard
Content copied to clipboard
Computes the binary cross-entropy between y_true
and y_pred
.
SOFT_MAX_CROSS_ENTROPY_WITH_LOGITS
Link copied to clipboard
Content copied to clipboard
Computes multidimensional sigmoid function (softmax) for outputs with logit operation.