Open yorozuya-2003 opened 1 year ago
Describe the bug In MLlib\loss_func.py, under the MeanSquaredLogLoss class, there is a misbehavior in the loss method because of incorrect implementation of the formula for loss and the use of an incorrect attribute of the imported Sigmoid class.
MeanSquaredLogLoss
Sigmoid
Describe the bug In MLlib\loss_func.py, under the
MeanSquaredLogLoss
class, there is a misbehavior in the loss method because of incorrect implementation of the formula for loss and the use of an incorrect attribute of the importedSigmoid
class.