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
47 stars 68 forks source link

Added unit test for Sigmoid Activation #197

Closed yorozuya-2003 closed 1 year ago

yorozuya-2003 commented 1 year ago

References to other Issues or PRs or Relevant literature

NA

Brief description of what is fixed or changed

Removed test_demo.py from MLlib/tests Added test_activations.py in MLlib/tests, which contains a unit test for Sigmoid Activation.

Other comments