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

Add other Distance-based Cost Metrics into a Single Python Class File #175

Open kwanit1142 opened 3 years ago

kwanit1142 commented 3 years ago

References ;-

https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.DistanceMetric.html ---> (A Guide for various distance metrics, so just refer the mathematical formulas, then implement here)

https://aigents.co/blog/publication/distance-metrics-for-machine-learning https://machinelearningmastery.com/distance-measures-for-machine-learning/ https://towardsdatascience.com/importance-of-distance-metrics-in-machine-learning-modelling-e51395ffe60d

kwanit1142 commented 2 years ago

Completion Phase-1

Euclidean, Manhattan and Chebyshev --> Devyani Gorkar Minkowski and Weighted Minkowski --> Aaditya Baranwal

ShubhamMishra1611 commented 1 year ago

Please assign this task to me.

kwanit1142 commented 1 year ago

Okay, go ahead.