paper-with-me

Papers

Tangma: A Tanh-Guided Activation Function with Learnable Parameters

2025-07-02 · Shreel Golwala arxiv

Activation functions are key to effective backpropagation and expressiveness in deep neural networks. This work introduces Tangma, a new activation function that combines the smooth shape of the hyperbolic tangent with two learnable parameters: $α$, which shifts the curve's inflection point to adjust neuron activation, and $γ$, which adds linearity to preserve weak gradients and improve training stability. Tangma was evaluated on MNIST and CIFAR-10 using custom networks composed of convolutional and linear layers, and compared against ReLU, Swish, and GELU. On MNIST, Tangma achieved the highest validation accuracy of 99.09% and the lowest validation loss, demonstrating faster and more stable convergence than the baselines. On CIFAR-10, Tangma reached a top validation accuracy of 78.15%, outperforming all other activation functions while maintaining a competitive training loss. Tangma also showed improved training efficiency, with lower average epoch runtimes compared to Swish and GELU. These results suggest that Tangma performs well on standard vision tasks and enables reliable, efficient training. Its learnable design gives more control over activation behavior, which may benefit larger models in tasks such as image recognition or language modeling.

📄 PDF Abstract BibTeX arXiv:2507.10560

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TeLU: A New Activation Function for Deep Learning

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

In this paper we proposed two novel activation functions, which we called them TeLU and TeLU learnable. These proposals are a combination of ReLU (Rectified Linear Unit), tangent(tanh), and ELU (Exponential Linear Units)…

Deep Learning

Learnable Extended Activation Function (LEAF) for Deep Neural Networks

2023-09-30 · International Journal of Computing 2023 9 · Yevgeniy, Bodyanskiy and Serhii, Kostiuk

This paper introduces Learnable Extended Activation Function (LEAF) - an adaptive activation function that combines the properties of squashing functions and rectifier units. Depending on the target architecture and data…

Activation Function Synthesisimage-classificationImage ClassificationLearning Theory+1

ErfReLU: Adaptive Activation Function for Deep Neural Network

2023-06-02 · Ashish Rajanand, Pradeep Singh

Recent research has found that the activation function (AF) selected for adding non-linearity into the output can have a big impact on how effectively deep learning networks perform. Developing activation functions that …

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…

TanhSoft -- a family of activation functions combining Tanh and Softplus

2020-09-08 · Koushik Biswas, Sandeep Kumar, Shilpak Banerjee, Ashish Kumar Pandey

Deep learning at its core, contains functions that are composition of a linear transformation with a non-linear function known as activation function. In past few years, there is an increasing interest in construction of…

General ClassificationImage Classification