What is: Exponential Linear Squashing Activation?
Source | The Quest for the Golden Activation Function |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
The Exponential Linear Squashing Activation Function, or ELiSH, is an activation function used for neural networks. It shares common properties with Swish, being made up of an ELU and a Sigmoid:
The Sigmoid part of ELiSH improves information flow, while the linear parts solve issues of vanishing gradients.