Class Hierarchy
- java.lang.Object
- de.jungblut.math.loss.CrossEntropyLoss (implements de.jungblut.math.loss.LossFunction)
- de.jungblut.math.loss.HingeLoss (implements de.jungblut.math.loss.LossFunction)
- de.jungblut.math.loss.LogLoss (implements de.jungblut.math.loss.LossFunction)
- de.jungblut.math.loss.MeanAbsoluteLoss (implements de.jungblut.math.loss.LossFunction)
- de.jungblut.math.loss.SquaredLoss (implements de.jungblut.math.loss.LossFunction)
- de.jungblut.math.loss.StepLoss (implements de.jungblut.math.loss.LossFunction)
Interface Hierarchy
- de.jungblut.math.loss.LossFunction