TaLU: A Hybrid Activation Function Combining Tanh and Rectified Linear Unit to Enhance Neural Networks
Md. Mehedi Hasan, Md. Ali Hossain, Azmain Yakin Srizon, Abu Sayeed

TL;DR
This paper introduces TaLU, a novel activation function combining Tanh and ReLU, designed to improve neural network accuracy by mitigating ReLU's dying gradient problem, demonstrated through tests on MNIST and CIFAR-10 datasets.
Contribution
The paper proposes TaLU, a hybrid activation function that addresses ReLU's dying gradient issue and enhances classification accuracy in deep learning models.
Findings
TaLU outperforms ReLU and other activation functions by up to 6% accuracy.
Using TaLU with Batch Normalization improves model performance.
TaLU effectively mitigates the dying gradient problem of ReLU.
Abstract
The application of the deep learning model in classification plays an important role in the accurate detection of the target objects. However, the accuracy is affected by the activation function in the hidden and output layer. In this paper, an activation function called TaLU, which is a combination of Tanh and Rectified Linear Units (ReLU), is used to improve the prediction. ReLU activation function is used by many deep learning researchers for its computational efficiency, ease of implementation, intuitive nature, etc. However, it suffers from a dying gradient problem. For instance, when the input is negative, its output is always zero because its gradient is zero. A number of researchers used different approaches to solve this issue. Some of the most notable are LeakyReLU, Softplus, Softsign, ELU, ThresholdedReLU, etc. This research developed TaLU, a modified activation function…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsIndustrial Vision Systems and Defect Detection · Neural Networks and Applications · Advanced Neural Network Applications
MethodsExponential Linear Unit · Batch Normalization
