Methods › General › Adaptive Activation Functions › PELU

Parametric Exponential Linear Unit

PELU

2 papers tagged archive 2025-07-28

Introduced by Ludovic Trottier et al. in Parametric Exponential Linear Unit for Deep Convolutional Neural Networks

archive 2025-07-28 Description, source and code snippet are the archive's method entry.

Parameterized Exponential Linear Units, or PELU, is an activation function for neural networks. It involves learning a parameterization of ELU in order to learn the proper activation shape at each layer in a CNN.

The PELU has two additional parameters over the ELU:

f(x) = cx if x > 0 f(x) = αexp^(x/b) - 1 if x ≤0

Where a, b, and c > 0. Here c causes a change in the slope in the positive quadrant, b controls the scale of the exponential decay, and α controls the saturation in the negative quadrant.

Source: Activation Functions

PaperSourceSee Code · InzamamRahaman/PELU

Papers archive 2025-07-28

2 shown of 2, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.

Tasks archive 2025-07-28

9 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.

TaskPapers
Atari Games1
Deep Reinforcement Learning1
General Reinforcement Learning1
Image Classification1
Object Recognition1
Reinforcement Learning1
Reinforcement Learning (RL)1
Scene Understanding1
reinforcement-learning1

Usage over time archive 2025-07-28

Papers per year tagged with PELU: 2016 to 2021, peak 1 1 0 2016: 1 paper 2016 2017: 0 papers 2017 2018: 0 papers 2018 2019: 0 papers 2019 2020: 0 papers 2020 2021: 1 paper 2021
Papers per year the archive tags with this method, by the paper's archive date (2 dated). Bars are counts, not a trend claim.

Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).

Categories archive 2025-07-28

Adaptive Activation FunctionsActivation Functions

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections