| as_activation | R Documentation |
Converts a character string such as "relu" into the corresponding
activation function object.
as_activation(activation)
activation |
A character string or an object of class
|
An object of class "met_activation".
as_activation("relu")
as_activation(activation_leaky_relu(alpha = 0.05))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.