GELU | R Documentation |
GELU activation function
GELU(x)
x |
numeric vector |
numeric vector
Other Activation Functions:
ELU()
,
PReLU()
,
ReLU()
,
SELU()
,
Swish()
,
dELU()
,
dGELU()
,
dPReLU()
,
dReLU()
,
dSELU()
,
dSwish()
,
dlReLU()
,
dsoftplus()
,
lReLU()
,
softplus()
GELU(c(-2, -1, 0, 1, 2))
# you can use rxode2 as well
r <- rxode2({
r = GELU(time)
})
et <- et(c(-2, -1, 0, 1, 2))
rxSolve(r, et)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.