IScalarLoss Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IScalarLoss : Microsoft.ML.Trainers.ILossFunction<float,float>
type IScalarLoss = interface
interface ILossFunction<single, single>
Public Interface IScalarLoss
Implements ILossFunction(Of Single, Single)
- Derived
- Implements
Methods
Derivative(Single, Single) |
Derivative of the loss function with respect to output |
Loss(TOutput, TLabel) |
Computes the loss given the output and the ground truth. Note that the return value has type Double because the loss is usually accumulated over many instances. (Inherited from ILossFunction<TOutput,TLabel>) |