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.
Paper | Code | Results | Date | Stars |
---|
Task | Papers | Share |
---|---|---|
Image Generation | 81 | 10.60% |
Image-to-Image Translation | 44 | 5.76% |
Translation | 34 | 4.45% |
Diversity | 23 | 3.01% |
Disentanglement | 23 | 3.01% |
Face Generation | 18 | 2.36% |
Style Transfer | 18 | 2.36% |
Super-Resolution | 18 | 2.36% |
Face Recognition | 16 | 2.09% |
Component | Type |
|
---|---|---|
🤖 No Components Found | You can add them if they exist; e.g. Mask R-CNN uses RoIAlign |