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

Created Distance metrics.py file. #182

Closed devyani-code closed 3 years ago

devyani-code commented 3 years ago

Created distance metrics .py file consisting of one class with different methods of distance metrics. "Fixes#175"