View source: R/nonlinear_functions.R View source: R/nonlinear_functions.R
nrelu | R Documentation |
negative ReLu function
negative ReLu function
nrelu(x)
nrelu(x)
x |
The vector of values |
max(x,0)
max(-x,0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.