tf.contrib.losses.get_regularization_losses()

tf.contrib.losses.get_regularization_losses(scope=None) Gets the regularization losses. Args:

2016-10-14 13:07:10
tf.contrib.losses.mean_squared_error()

tf.contrib.losses.mean_squared_error(*args, **kwargs) Adds a Sum-of-Squares loss to the training procedure. (deprecated)

2016-10-14 13:07:10
tf.contrib.losses.cosine_distance()

tf.contrib.losses.cosine_distance(predictions, targets, dim, weight=1.0, scope=None) Adds a cosine-distance loss to the training

2016-10-14 13:07:09
tf.contrib.losses.get_losses()

tf.contrib.losses.get_losses(scope=None, loss_collection='losses') Gets the list of losses from the loss_collection.

2016-10-14 13:07:09
tf.contrib.losses.sparse_softmax_cross_entropy()

tf.contrib.losses.sparse_softmax_cross_entropy(logits, labels, weight=1.0, scope=None) Cross-entropy loss using tf.nn.sparse_

2016-10-14 13:07:11
tf.contrib.losses.softmax_cross_entropy()

tf.contrib.losses.softmax_cross_entropy(logits, onehot_labels, weight=1.0, label_smoothing=0, scope=None) Creates a cross-entropy

2016-10-14 13:07:11
tf.contrib.losses.hinge_loss()

tf.contrib.losses.hinge_loss(logits, target, scope=None) Method that returns the loss tensor for hinge loss.

2016-10-14 13:07:10
tf.contrib.losses.add_loss()

tf.contrib.losses.add_loss(*args, **kwargs) Adds a externally defined loss to the collection of losses.

2016-10-14 13:07:09
tf.contrib.losses.get_total_loss()

tf.contrib.losses.get_total_loss(add_regularization_losses=True, name='total_loss') Returns a tensor whose value represents the

2016-10-14 13:07:10
tf.contrib.losses.sigmoid_cross_entropy()

tf.contrib.losses.sigmoid_cross_entropy(logits, multi_class_labels, weight=1.0, label_smoothing=0, scope=None) Creates a cross-entropy

2016-10-14 13:07:11