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