[][src]Module neuro::losses

Loss functions.

Structs

BinaryCrossEntropy
CrossEntropy
MeanAbsoluteError
MeanSquaredError
SoftmaxCrossEntropy

Applies the softmax function on the input and then computes the cross entropy loss.

Traits

Loss

Defines the behaviors of a loss function.