com.intel.analytics.zoo.pipeline.api.keras

objectives

package objectives

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. objectives
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract class LossFunction[A <: Activity, B <: Activity, T] extends AbstractCriterion[A, B, T]

    The base class for Keras-style API objectives in Analytics Zoo.

  2. class MeanAbsoluteError[T] extends TensorLossFunction[T]

    A loss that measures the mean absolute value of the element-wise difference between the input and the target.

  3. class SparseCategoricalCrossEntropy[T] extends TensorLossFunction[T]

    A loss often used in multi-class classification problems with SoftMax as the last layer of the neural network.

  4. abstract class TensorLossFunction[T] extends LossFunction[Tensor[T], Tensor[T], T]

    A subclass of LossFunction where input and target are both Tensors.

Value Members

  1. val MAE: MeanAbsoluteError.type

  2. object MeanAbsoluteError extends Serializable

  3. object SparseCategoricalCrossEntropy extends Serializable

  4. val mae: MeanAbsoluteError.type

Inherited from AnyRef

Inherited from Any

Ungrouped