paper-with-me

Papers

Activation Functions: Dive into an optimal activation function

2022-02-24 · Vipul Bansal

Activation functions have come up as one of the essential components of neural networks. The choice of adequate activation function can impact the accuracy of these methods. In this study, we experiment for finding an optimal activation function by defining it as a weighted sum of existing activation functions and then further optimizing these weights while training the network. The study uses three activation functions, ReLU, tanh, and sin, over three popular image datasets, MNIST, FashionMNIST, and KMNIST. We observe that the ReLU activation function can easily overlook other activation functions. Also, we see that initial layers prefer to have ReLU or LeakyReLU type of activation functions, but deeper layers tend to prefer more convergent activation functions.

📄 PDF Abstract BibTeX arXiv:2202.12065

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SmartMixed: A Two-Phase Training Strategy for Adaptive Activation Function Learning in Neural Networks

2025-10-25 · Amin Omidvar arxiv

The choice of activation function plays a critical role in neural networks, yet most architectures still rely on fixed, uniform activation functions across all neurons. We introduce SmartMixed, a novel two-phase training…

Computational Efficiency

Approximation Rates of Shallow Neural Networks: Barron Spaces, Activation Functions and Optimality Analysis

2025-10-21 · Jian Lu, Xiaohuang Huang arxiv

This paper investigates the approximation properties of shallow neural networks with activation functions that are powers of exponential functions. It focuses on the dependence of the approximation rate on the dimension …

Learning Specialized Activation Functions for Physics-informed Neural Networks

2023-08-08 · Honghui Wang, Lu Lu, Shiji Song, Gao Huang

Physics-informed neural networks (PINNs) are known to suffer from optimization difficulty. In this work, we reveal the connection between the optimization difficulty of PINNs and activation functions. Specifically, we sh…

Parametric Leaky Tanh: A New Hybrid Activation Function for Deep Learning

2023-08-11 · Stamatis Mastromichalakis

Activation functions (AFs) are crucial components of deep neural networks (DNNs), having a significant impact on their performance. An activation function in a DNN is typically a smooth, nonlinear function that transform…

Fractional Concepts in Neural Networks: Enhancing Activation Functions

2023-10-18 · Zahra Alijani, Vojtech Molek

Designing effective neural networks requires tuning architectural elements. This study integrates fractional calculus into neural networks by introducing fractional order derivatives (FDO) as tunable parameters in activa…