Skip to content
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

Add additional activation functions #33

Open
5 tasks
mewilhel opened this issue Oct 9, 2020 · 0 comments
Open
5 tasks

Add additional activation functions #33

mewilhel opened this issue Oct 9, 2020 · 0 comments

Comments

@mewilhel
Copy link
Member

mewilhel commented Oct 9, 2020

  • tanhshrink(x) = x - tanh(x) (concavoconvex)
  • relu6(x) = min(max(0, x), 6) (convexoconcave)
  • mish(x) = x * tanh(softplus(x)) (mixed convexity)
  • lisht(x) = x * tanh(x)
  • hardtanh(x) = max(-1, min(1, x)) (softmax)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant