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

Wrong function in script activation.py #99

Closed parva-jain closed 3 years ago

parva-jain commented 3 years ago

Wrong Function The unit_step function in the script activation.py is wrongly implemented by me and got merged also. I realized my fault while writing its test script. Allow me to correct it.

agrawalshubham01 commented 3 years ago

@parva-jain yup, go on.

kwanit1142 commented 3 years ago

LGTM too.