Contents

BNNS.LossFunction.softmaxCrossEntropy(labelSmoothing:)

Softmax activation on input logits, and computation of cross-entropy loss with one-hot encoded labels.

Declaration

case softmaxCrossEntropy(labelSmoothing: Float)

See Also

Loss Functions