-
-
Notifications
You must be signed in to change notification settings - Fork 46.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sigmoid, tanh and relu should be moved to neural_network/activation_functions from maths/ #9048
Comments
@AdarshAcharya5 , why you want to move those .py files? |
is this still a requirement and open for contribution? |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
@rohan472000 Functions such as sigmoid, tanh, and ReLU are nowadays commonly used as activation functions for neural networks. Sigmoid (or more specifically the logistic function) and tanh are still well-known mathematical functions outside of ML, so I think those should stay in the |
Hi I have raised a PR, please review it. |
Feature description
sigmoid.py
,tanh.py
,sigmoid_linear_unit.py
andrelu.py
should be moved to neural_network/activation_functions.The text was updated successfully, but these errors were encountered: