ReLU | R Documentation |
The ReLU activation function
ReLU(x)
x |
A real number that is the input to our ReLU function. |
The output of the standard ReLU function, i.e. \max\{0,x\}
. See also Sigmoid
.
and Tanh
.
ReLU(5)
ReLU(-5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.