Enum MseReduction
- Namespace
- NeuralNetworks.Core.Operations
- Assembly
- NeuralNetworks.dll
public enum MseReduction
Fields
BatchMean = 0Divides total squared error by batch size.
ElementMean = 1Divides total squared error by the total element count (batch size * number of features).