Defined in tensorflow/_api/v1/keras/losses/__init__.py.
Built-in loss functions.
Classes
class BinaryCrossentropy: Computes the binary cross entropy loss between the labels and predictions.
class CategoricalCrossentropy: Computes categorical cross entropy loss between the y_true and y_pred.
class MeanAbsoluteError: Computes the mean of absolute difference between labels and predictions.
class MeanAbsolutePercentageError: Computes the mean absolute percentage error between y_true and y_pred.
class MeanSquaredError: Computes the mean of squares of errors between labels and predictions.
class MeanSquaredLogarithmicError: Computes the mean squared logarithmic error between y_true and y_pred.
Functions
kullback_leibler_divergence(...)
logcosh(...): Logarithm of the hyperbolic cosine of the prediction error.
mean_absolute_percentage_error(...)
mean_squared_logarithmic_error(...)