tf.contrib.losses.sum_of_squares(*args, **kwargs) Adds a Sum-of-Squares loss to the training procedure. (deprecated)
tf.contrib.losses.compute_weighted_loss(losses, weight=1.0) Computes the weighted loss. Args:
tf.contrib.losses.mean_pairwise_squared_error(*args, **kwargs) Adds a pairwise-errors-squared loss to the training procedure.
tf.contrib.losses.sum_of_pairwise_squares(*args, **kwargs) Adds a pairwise-errors-squared loss to the training procedure. (deprecated)
tf.contrib.losses.log_loss(predictions, targets, weight=1.0, epsilon=1e-07, scope=None) Adds a Log Loss term to the training procedure
tf.contrib.losses.absolute_difference(predictions, targets, weight=1.0, scope=None) Adds an Absolute Difference loss to the training
Page 2 of 2