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.
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