View source: R/param_activation.R
activation | R Documentation |
Activation functions between network layers
activation(values = values_activation)
activation_2(values = values_activation)
values_activation
values |
A character string of possible values. See |
An object of class character
of length 5.
This parameter is used in parsnip
models for neural networks such as
parsnip:::mlp()
.
values_activation
activation()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.