Gaussian Error Linear Unit

A Gaussian Error Linear Unit (GELU) is an activation function that maps x into x*G(x), where G is the cumulative distribution function of the standard Gaussian (with mean 0 and standard deviation 1).
Related concepts:
ActivationReLUGated Linear Unit
External reference:
https://arxiv.org/abs/1606.08415