Python/machine_learning/loss_functions
Ankit Avinash bd3072b845
Added Mean Squared Logarithmic Error (MSLE) Loss Function (#10637)
* Added Mean Squared Logarithmic Error (MSLE)

* Added Mean Squared Logarithmic Error (MSLE)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-10-19 10:46:39 -04:00
..
binary_cross_entropy.py Created folder for losses in Machine_Learning (#9969) 2023-10-08 12:04:43 -04:00
categorical_cross_entropy.py Added categorical_crossentropy loss function (#10152) 2023-10-10 09:20:49 -04:00
hinge_loss.py Adds hinge loss function algorithm (#10628) 2023-10-18 10:09:13 -04:00
huber_loss.py Added Huber Loss Function (#10141) 2023-10-09 10:33:47 -04:00
mean_squared_error.py Created folder for losses in Machine_Learning (#9969) 2023-10-08 12:04:43 -04:00
mean_squared_logarithmic_error.py Added Mean Squared Logarithmic Error (MSLE) Loss Function (#10637) 2023-10-19 10:46:39 -04:00