GELU (Gaussian Error Linear Unit) is a smooth activation function that scales input values by the cumulative distribution function of the standard normal distribution, commonly used in BERT and modern Transformers.
Helps AI builders design and scale robust architectures; mastering the implementation of GELU improves latency, accuracy, and operational efficiency for transformer architecture activation, neural network design, and model training.
GeLU (Gaussian Error Linear Unit) is a modern activation function widely used in Transformer architectures like BERT and GPT. It weights inputs by their probability under a cumulative Gaussian distribution. Unlike ReLU which cuts off negative values abruptly, GeLU provides a smooth, non-linear curve that allows gradients to flow for small negative inputs, improving model convergence.
GELU is differentiable at all points and allows a small non-zero gradient for negative inputs, preventing "dead neuron" issues.
BERT (Bidirectional Encoder Representations from Transformers) in 2018.
We currently have no direct coverage articles matching "GELU". Explore trending global AI topics below instead.