Overcoming Overfitting and Large Weight Update Problem in Linear Rectifiers: Thresholded Exponential Rectified Linear Units
Vijay Pandey

TL;DR
This paper introduces TERELU, a new linear rectifier activation function that reduces overfitting and improves training efficiency in neural networks, outperforming existing linear rectifiers.
Contribution
The paper proposes TERELU, a novel activation function that addresses overfitting and large weight update issues in linear rectifiers, enhancing neural network performance.
Findings
TERELU reduces overfitting in neural networks.
TERELU achieves better performance on various datasets.
TERELU offers increased non-linearity compared to other linear rectifiers.
Abstract
In past few years, linear rectified unit activation functions have shown its significance in the neural networks, surpassing the performance of sigmoid activations. RELU (Nair & Hinton, 2010), ELU (Clevert et al., 2015), PRELU (He et al., 2015), LRELU (Maas et al., 2013), SRELU (Jin et al., 2016), ThresholdedRELU, all these linear rectified activation functions have its own significance over others in some aspect. Most of the time these activation functions suffer from bias shift problem due to non-zero output mean, and high weight update problem in deep complex networks due to unit gradient, which results in slower training, and high variance in model prediction respectively. In this paper, we propose, "Thresholded exponential rectified linear unit" (TERELU) activation function that works better in alleviating in overfitting: large weight update problem. Along with alleviating…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and ELM · Neural Networks and Applications · Advanced Memory and Neural Computing
MethodsHuMan(Expedia)||How do I get a human at Expedia? · Exponential Linear Unit · S-shaped ReLU · *Communicated@Fast*How Do I Communicate to Expedia? · Parameterized ReLU
