Description Usage Arguments Author(s)
The rectified linear unit of x
is given by
x < 0 returns 0
x >= 0 returns x
1 | relu(x)
|
x |
Input value. |
Ivan Jacob Agaloos Pesigan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.