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

Converted all activations except heaviside function #112

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 Softmax, Softsign, Elu, and Swish classes with activation and derivative methods.

kwanit1142 commented 3 years ago

@Abjcodes, please fix some issues, detected by Travis-CI, follow the PEP-8 format for syntax writing.

Abjcodes commented 3 years ago

Hey @kwanit1142 , Can you review the PR?

agrawalshubham01 commented 3 years ago

@Abjcodes kindly run the tests python3 -m pytest --doctest-modules --cov=./ --cov-report=html. Also add tests as well. There are errors.

Abjcodes commented 3 years ago

@Abjcodes kindly run the tests python3 -m pytest --doctest-modules --cov=./ --cov-report=html. Also add tests as well. There are errors.

I will look into it.

agrawalshubham01 commented 3 years ago

@kwanit1142 I have solved merge conflict, will be merging after tests pass!! Rest this pr LGTM.