View source: R/activation_functions.R
relu | R Documentation |
relu transformation
relu(x)
x |
A numeric vector or matrix on which relu transformation is going to be applied. |
A numeric vector or matrix after relu transformation.
relu(matrix(1:4, , nrow = 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.