categorical_hingeΒΆ

Computes the categorical hinge loss.

Abstract Signature:

categorical_hinge(y_true, y_pred)

Keras

API: keras.losses.categorical_hinge
Strategy: Direct Mapping

TensorFlow

API: tf.keras.losses.categorical_hinge
Strategy: Direct Mapping