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

Fixes sigmoid import bugs #115

Closed 0xnakul closed 3 years ago

0xnakul commented 3 years ago

References to other Issues or PRs or Relevant literature

Fixes #103

Brief description of what is fixed or changed

All the imports have been changed and the corresponding codes have been updated to work with Sigmoid class.

Other comments

Also fixed a typo in Examples/pca_example.py