Namespace NeuralNetworks.Losses
Classes
- Loss<TPrediction>
The "loss" of a neural network.
- MeanSquaredErrorLoss
Represents a loss function that computes the mean squared error between predicted and target values.
- SoftmaxCrossEntropyLoss
Categorical Cross-Entropy Loss combined with Softmax activation function.