paper-with-me

Papers

Is it Time to Swish? Comparing Deep Learning Activation Functions Across NLP tasks

2019-01-09 · EMNLP 2018 10 · Steffen Eger, Paul Youssef, Iryna Gurevych

Activation functions play a crucial role in neural networks because they are the nonlinearities which have been attributed to the success story of deep learning. One of the currently most popular activation functions is ReLU, but several competitors have recently been proposed or 'discovered', including LReLU functions and swish. While most works compare newly proposed activation functions on few tasks (usually from image classification) and against few competitors (usually ReLU), we perform the first large-scale comparison of 21 activation functions across eight different NLP tasks. We find that a largely unknown activation function performs most stably across all tasks, the so-called penalized tanh function. We also show that it can successfully replace the sigmoid and tanh gates in LSTM cells, leading to a 2 percentage point (pp) improvement over the standard choices on a challenging NLP task.

📄 PDF Abstract BibTeX arXiv:1901.02671

Code (1)

UKPLab/emnlp2018-activation-functions 공식 구현

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Evaluating Model Performance with Hard-Swish Activation Function Adjustments

2024-10-09 · Sai Abhinav Pydimarry, Shekhar Madhav Khairnar, Sofia Garces Palacios, Ganesh Sankaranarayanan 외

In the field of pattern recognition, achieving high accuracy is essential. While training a model to recognize different complex images, it is vital to fine-tune the model to achieve the highest accuracy possible. One st…

Searching for Activation Functions

2017-10-16 · ICLR 2018 1 · Prajit Ramachandran, Barret Zoph, Quoc V. Le

The choice of activation functions in deep networks has a significant effect on the training dynamics and task performance. Currently, the most successful and widely-used activation function is the Rectified Linear Unit …

Image ClassificationReinforcement Learning

E-swish: Adjusting Activations to Different Network Depths

2018-01-22 · Eric Alcaide

Activation functions have a notorious impact on neural networks on both training and testing the models against the desired problem. Currently, the most used activation function is the Rectified Linear Unit (ReLU). This …

Swim: A General-Purpose, High-Performing, and Efficient Activation Function for Locomotion Control Tasks

2023-03-05 · Maryam Abdool, Tony Dear

Activation functions play a significant role in the performance of deep learning algorithms. In particular, the Swish activation function tends to outperform ReLU on deeper models, including deep reinforcement learning m…

continuous-controlContinuous ControlDeep Reinforcement Learningreinforcement-learning+2

P-Swish: Activation Function with Learnable Parameters Based on Swish Activation Function in Deep Learning

2021-01-01 · Marina Adriana Mercioni, Stefan Holban

In order to improve the performance of a deep neural network, the activation function is an important aspect that we must research continuously, that is why we have expanded the research in this direction. We introduced …

Image ClassificationTransfer Learning