BNNSLossFunctionMeanAbsoluteError
Mean absolute error (MAE) computation between input prediction and labels.
Declaration
var BNNSLossFunctionMeanAbsoluteError: BNNSLossFunction { get }Discussion
BNNSLossFunctionMeanAbsoluteError performs mean absolute error (MAE) computation between input prediction and labels.
You can scale the loss with either a scalar value or weight matrix, and reduce the loss according to a reduction function.