Regression losses - Keras
keras.io › api › lossestf. keras. losses. mean_squared_logarithmic_error (y_true, y_pred) Computes the mean squared logarithmic error between y_true and y_pred . loss = mean(square(log(y_true + 1) - log(y_pred + 1)), axis=-1)