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

Fixed errors and warnings #125

Closed 0xnakul closed 3 years ago

0xnakul commented 3 years ago

References to other Issues or PRs or Relevant literature

Fixed the errors which were introduced in #112 Also fixed linting warnings in activations.py

Brief description of what is fixed or changed

Other comments