| softplus | R Documentation |
Computes the softplus function \log(1+e^{t}) in a
numerically stable way for large absolute values of t.
softplus(t)
t |
vector or matrix. |
The softplus function evaluated at t.
curve(softplus(10 * (1 - (1 - x) / 0.1)), from = -1, to = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.