Expand description
Implementing the loss function of a neural network
Structs§
- Cross
Entropy - CrossEntropy implementation
- Cross
Entropy Multiclass - CrossEntropyMulticlass implementation
- Mse
- Mse implementation
Traits§
- Batch
Loss Function Linear - Trait defining the implementation of a linear layer loss function with batch processing
- Loss
Function - Trait that defines the implementation of the loss function used in neural networks during training.
- Loss
Function Linear - A property that defines the implementation of the loss function used in the linear layer when training a neural network.