| new_activation | R Documentation |
Internal helper for constructing activation function objects.
new_activation(name, fn, parameters = list())
name |
A character string specifying the activation name. |
fn |
A function that applies the activation to numeric input. |
parameters |
A list of activation-specific parameters. |
An object of class "met_activation".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.