Module lossfunction

Module lossfunction 

Source
Expand description

Implementing the loss function of a neural network

Structs§

CrossEntropy
CrossEntropy implementation
CrossEntropyMulticlass
CrossEntropyMulticlass implementation
Mse
Mse implementation

Traits§

BatchLossFunctionLinear
Trait defining the implementation of a linear layer loss function with batch processing
LossFunction
Trait that defines the implementation of the loss function used in neural networks during training.
LossFunctionLinear
A property that defines the implementation of the loss function used in the linear layer when training a neural network.