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

Adding more Activation Functions #28

Closed SaiSrichandra closed 4 years ago

SaiSrichandra commented 4 years ago

Hello, I have checked out the code and found out, you are using only Sigmoid as your activation function I would like to add other activations like Softmax, Relu, Leaky Relu, Tanh, etc

SaiSrichandra commented 4 years ago

I would like to work on this issue

agrawalshubham01 commented 4 years ago

Sure @SaiSrichandra , Go Ahead.

rohansingh9001 commented 4 years ago

@SaiSrichandra since your PR was merged. I believe this issue has been resolved. Is there anything more that you wish to add?

Thanks for your contribution so far!