Package org.tensorflow.framework.losses


package org.tensorflow.framework.losses
  • Class
    Description
    Computes the cross-entropy loss between true labels and predicted labels.
    Computes the crossentropy loss between the labels and predictions.
    Computes the categorical hinge loss between labels and predictions.
    Computes the cosine similarity between labels and predictions.
    Computes the hinge loss between labels and predictions.
    Computes the Huber loss between labels and predictions.
    Computes Kullback-Leibler divergence loss between labels and predictions.
    Computes Computes the logarithm of the hyperbolic cosine of the prediction error.
    Interface for loss calc ulation
    Built-in loss functions.
    Computes the mean of absolute difference between labels and predictions.
    Computes the mean absolute percentage error between labels and predictions.
    Computes the mean of squares of errors between labels and predictions.
    Computes the mean squared logarithmic errors between labels and predictions.
    Computes the Poisson loss between labels and predictions.
    Type of AbstractLoss Reduction
    Computes the crossentropy loss between labels and predictions.
    Computes the squared hinge loss between labels and predictions.