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 Huber loss function #21

Closed Saptashrungi closed 3 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

Hinal-Srivastava commented 4 years ago

Hi! I would like to contribute to this. Just went through the documentation you've provided👍

TarunTomar122 commented 4 years ago

hey @Hinal-Srivastava. You can start working on this issue right away. keep us updated with your work. Assigned to you now!

Hinal-Srivastava commented 4 years ago

Yea sure. On it

kwanit1142 commented 4 years ago

Hi, can multiple people work on single issue or single person only?

TarunTomar122 commented 4 years ago

hi @kwanit1142 . although multiple people can work on same issue but i think this is a small issue and one person is enough. You can have a look at other issues for yourself. Thanks for understanding.

Hinal-Srivastava commented 4 years ago

@TarunTomar122 PR submitted. Kindly review it :)

TarunTomar122 commented 3 years ago

Thanks for ur contribution! Closing this issue due to inactivity