Gaussian Error Linear Units (GELUs)
About
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.
Dan Hendrycks, Kevin Gimpel• 2016
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Graph Classification | PROTEINS | Accuracy76.6 | 994 | |
| Graph Classification | MUTAG | Accuracy90.9 | 862 | |
| Image Classification | Fashion MNIST (test) | Accuracy89.84 | 592 | |
| Language Modeling | WikiText-103 (test) | Perplexity15.82 | 579 | |
| Graph Classification | NCI1 | Accuracy83.5 | 501 | |
| Image Classification | SVHN (test) | -- | 401 | |
| Graph Classification | NCI109 | Accuracy82.9 | 223 | |
| Image Classification | MNIST (test) | -- | 196 | |
| Graph Classification | PTC | Accuracy65.4 | 167 | |
| Image Classification | CIFAR100-LT (test) | -- | 45 |
Showing 10 of 30 rows