Table of Contents

Enum MseReduction

Namespace
NeuralNetworks.Core.Operations
Assembly
NeuralNetworks.dll
public enum MseReduction

Fields

BatchMean = 0

Divides total squared error by batch size.

ElementMean = 1

Divides total squared error by the total element count (batch size * number of features).