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
48 stars 69 forks source link

Update Algorithms implemented table in Readme #79

Closed Abjcodes closed 3 years ago

Abjcodes commented 3 years ago

Currently, some of the links in the algorithms table refer to a separate branch, not the master branch. So the updates will not be shown in the resultant code referred in the links. Can I fix this?

rohansingh9001 commented 3 years ago

Definitely go ahead. It would also be great if you could rewrite some of the headings in the table. Currently, It says "Algorithms Implemented". However, activation functions like relu and sigmoid aren't activations. They could use a different heading which does not lie under the Algorithms section.

Abjcodes commented 3 years ago

@rohansingh9001 Sure.

kwanit1142 commented 3 years ago

Thanks to @ShreyaSachan, Readme's been updated. So, closing the Issue.