SquaredHinge

class SquaredHinge(reductionType: ReductionType) : LossFunction

See also

Constructors

SquaredHinge
Link copied to clipboard
fun SquaredHinge(reductionType: ReductionType = ReductionType.SUM_OVER_BATCH_SIZE)

Functions

apply
Link copied to clipboard
open override fun apply(tf: Ops, yPred: Operand<Float>, yTrue: Operand<Float>, numberOfLosses: Operand<Float>?): Operand<Float>

Applies LossFunction to the yPred labels predicted by the model and known yTrue hidden during training.

Properties

reductionType
Link copied to clipboard
val reductionType: ReductionType

Reduction type. Should be defined in sub-class