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 55 8.16%
Image Generation 35 5.19%
Image Segmentation 29 4.30%
Denoising 24 3.56%
Image Classification 23 3.41%
Classification 15 2.23%
Medical Image Segmentation 14 2.08%
Tumor Segmentation 13 1.93%
Object Detection 12 1.78%

Components


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

Categories