gelu {FBMS} | R Documentation |
GELU function
Description
GELU function
Usage
gelu(x)
Arguments
x |
The vector of values |
Value
x*pnorm(x)
Examples
gelu(2)
[Package FBMS version 1.0 Index]
gelu {FBMS} | R Documentation |
GELU function
gelu(x)
x |
The vector of values |
x*pnorm(x)
gelu(2)