We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For now only the most important ones are implemented: identity, sigmoid and relu.
Some more could be added, such as hyperbolic tangent, leaky relu, sofplus and so on...
Postponed until the goals of the project are reached.
The text was updated successfully, but these errors were encountered:
Added more link/activation functions (tanh, softplus, leaky relu) for #4
7c789f9
. More could be added, so it stays open.
Moved out some duplicated things from activation functions in base cl…
6f150b4
…asses and added SELU activation (issue: #4)
aromanro
No branches or pull requests
For now only the most important ones are implemented: identity, sigmoid and relu.
Some more could be added, such as hyperbolic tangent, leaky relu, sofplus and so on...
Postponed until the goals of the project are reached.
The text was updated successfully, but these errors were encountered: