| dsoftplus | R Documentation |
Default Softplus Activation Function
dsoftplus(x)
d2softplus(x)
d3softplus(x)
d4softplus(x)
x |
numeric vector |
numeric vector
Matthew L. Fidler
Other Activation Functions:
ELU(),
GELU(),
PReLU(),
ReLU(),
SELU(),
Swish(),
dELU(),
dGELU(),
dPReLU(),
dReLU(),
dSELU(),
dSwish(),
dlReLU(),
lReLU(),
softplus()
dsoftplus(c(-1, 0, 1, 2))
# You can use rxode2 too:
r <- rxode2({
s1 <- dsoftplus(time)
})
e <- et(c(-1, 0, 1, 2))
rxSolve(r, e)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.