IScalarLoss.Derivative(Single, Single) Method

Definition

Derivative of the loss function with respect to output

public float Derivative (float output, float label);
abstract member Derivative : single * single -> single
Public Function Derivative (output As Single, label As Single) As Single

Parameters

output
Single
label
Single

Returns

Applies to