Artificial Intelligence
The Rectified Linear Unit (ReLU): An Essential Tool for Deep Learning
ReLU (Rectified Linear Unit, f(x) = max(0, x)) has been the dominant activation function in deep learning since AlexNet popularised it in 2012: cheap to compute, resistant to vanishing gradients, and with one well-known weakness, dying ReLU.