Activation Functions

Leaky ReLU

Leaky Rectified Linear Unit, or Leaky ReLU, is a type of activation function based on a ReLU, but it has a small slope for negative values instead of a flat slope. The slope coefficient is determined before training, i.e. it is not learnt during training. This type of activation function is popular in tasks where we may suffer from sparse gradients, for example training generative adversarial networks.

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Image Generation 88 12.24%
Image-to-Image Translation 42 5.84%
Translation 37 5.15%
Disentanglement 26 3.62%
Super-Resolution 20 2.78%
Face Generation 20 2.78%
Style Transfer 18 2.50%
Image Manipulation 16 2.23%
Face Recognition 15 2.09%

Components


Component Type
🤖 No Components Found You can add them if they exist; e.g. Mask R-CNN uses RoIAlign

Categories