RoboticsClubIITJ / ML-DL-implementation

An implementation of ML and DL algorithms from scratch in python using nothing but NumPy and Matplotlib.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug detected in Mean Squared Logarithmic Loss Function

yorozuya-2003 opened this issue · comments

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.