BNNSLossFunctionLog
Log loss computation between labels and predictions.
Declaration
var BNNSLossFunctionLog: BNNSLossFunction { get }Discussion
BNNSLossFunctionLog performs log loss computation between labels and predictions.
You can scale the loss with either a scalar value or weight matrix, and reduce the loss according to a reduction function.