Activation Functions

Rectified Linear Units

Rectified Linear Units, or ReLUs, are a type of activation function that are linear in the positive dimension, but zero in the negative dimension. The kink in the function is the source of the non-linearity. Linearity in the positive dimension has the attractive property that it prevents non-saturation of gradients (contrast with sigmoid activations), although for half of the real line its gradient is zero.

$$ f\left(x\right) = \max\left(0, x\right) $$

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Semantic Segmentation 67 8.87%
Image Segmentation 39 5.17%
Denoising 30 3.97%
Decoder 27 3.58%
Image Classification 22 2.91%
Medical Image Segmentation 21 2.78%
Image Generation 20 2.65%
Object Detection 14 1.85%
Computational Efficiency 14 1.85%

Components


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

Categories