Gaussian Error Linear Units (GELUs)
Dan Hendrycks University of California, Berkeley、Kevin Gimpel Toyota Technological Institute at Chicago Work done while the author was at TTIC. Code available at github.com/hendrycks/GELUs
Abstract
We propose the Gaussian Error Linear Unit (GELU), a high-performing neural network activation function. The GELU activation function is $x\Phi(x)$ , where $\Phi(x)$ the standard Gaussian cumulative distribution function. The GELU nonlinearity weights inputs by their value, rather than gates inputs by their sign as in ReLUs ( $x\mathbf{1}_{x>0}$ ). We perform an empirical evaluation of the GELU nonlinearity against the ReLU and ELU activations and find performance improvements across all considered computer vision, natural language processing, and speech tasks.
原文 arXiv:1606.08415;中英对照 + 大白话阅读 https://aha.fim.ai/paper/1606.08415v5