paper-with-me

홈 › Papers

Activation Functions in Deep Learning: A Comprehensive Survey and Benchmark

2021-09-29 · Shiv Ram Dubey, Satish Kumar Singh, Bidyut Baran Chaudhuri

Neural networks have shown tremendous growth in recent years to solve numerous problems. Various types of neural networks have been introduced to deal with different types of problems. However, the main goal of any neural network is to transform the non-linearly separable input data into more linearly separable abstract features using a hierarchy of layers. These layers are combinations of linear and nonlinear functions. The most popular and common non-linearity layers are activation functions (AFs), such as Logistic Sigmoid, Tanh, ReLU, ELU, Swish and Mish. In this paper, a comprehensive overview and survey is presented for AFs in neural networks for deep learning. Different classes of AFs such as Logistic Sigmoid and Tanh based, ReLU based, ELU based, and Learning based are covered. Several characteristics of AFs such as output range, monotonicity, and smoothness are also pointed out. A performance comparison is also performed among 18 state-of-the-art AFs with different networks on different types of data. The insights of AFs are presented to benefit the researchers for doing further research and practitioners to select among different choices. The code used for experimental comparison is released at: \url{https://github.com/shivram1987/ActivationFunctions}.

📄 PDF Abstract BibTeX arXiv:2109.14545

Code (1)

shivram1987/activationfunctions 공식 구현 pytorch

Tasks

Deep LearningSurvey

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
ELU 설명 없음

Similar Papers 제목 키워드 기반

Three Decades of Activations: A Comprehensive Survey of 400 Activation Functions for Neural Networks

2024-02-14 · Vladimír Kunc, Jiří Kléma

Neural networks have proven to be a highly effective tool for solving complex problems in many areas of life. Recently, their importance and practical usability have further been reinforced with the advent of deep learni…

Comprehensive Survey of Complex-Valued Neural Networks: Insights into Backpropagation and Activation Functions

2024-07-27 · M. M. Hammad

Artificial neural networks (ANNs), particularly those employing deep learning models, have found widespread application in fields such as computer vision, signal processing, and wireless communications, where complex num…

Survey

A Survey on Activation Functions and their relation with Xavier and He Normal Initialization

2020-03-18 · Leonid Datta

In artificial neural network, the activation function and the weight initialization method play important roles in training and performance of a neural network. The question arises is what properties of a function are im…

RelationSurvey

A Comprehensive Survey on Kolmogorov Arnold Networks (KAN)

2024-07-13 · Tianrui Ji, Yuntian Hou, Di Zhang

Through this comprehensive survey of Kolmogorov-Arnold Networks(KAN), we have gained a thorough understanding of its theoretical foundation, architectural design, application scenarios, and current research progress. KAN…

Kolmogorov-Arnold NetworksSurvey

How important are activation functions in regression and classification? A survey, performance comparison, and future directions

2022-09-06 · Ameya D. Jagtap, George Em Karniadakis

Inspired by biological neurons, the activation functions play an essential part in the learning process of any artificial neural network commonly used in many real-world problems. Various activation functions have been p…

Physics-informed machine learningregression