RoboticsClubIITJ / ML-DL-implementation

An implementation of ML and DL algorithms from scratch in python using nothing but NumPy and Matplotlib.
BSD 3-Clause "New" or "Revised" License
49 stars 69 forks source link

Implementing Absolute Error loss function #20

Closed Saptashrungi closed 4 years ago

Saptashrungi commented 4 years ago

Resources for the same:

https://towardsdatascience.com/importance-of-loss-function-in-machine-learning-eddaaec69519 https://towardsdatascience.com/understanding-the-3-most-common-loss-functions-for-machine-learning-regression-23e0ef3e14d3

RidhimaKohli commented 4 years ago

I would like to work on this.

rohansingh9001 commented 4 years ago

@RidhimaKohli Go ahead issue assigned to you

agrawalshubham01 commented 4 years ago

Fixed in PR #32 .