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

Added derrivative of sigmoid #71

Closed Abjcodes closed 3 years ago

Abjcodes commented 3 years ago

References to other Issues or PRs or Relevant literature

Fixes #60

Brief description of what is fixed or changed

Created Sigmoid class with activation and derivative methods. The derivative method returns the derivative of sigmoid of the vector X.

Other comments