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 11.89%
Image-to-Image Translation 45 6.08%
Translation 37 5.00%
Disentanglement 24 3.24%
Style Transfer 19 2.57%
Face Generation 19 2.57%
Super-Resolution 19 2.57%
Decoder 18 2.43%
Semantic Segmentation 16 2.16%

Components


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

Categories