| act_funs | R Documentation |
This function is a DSL function, kind of like ggplot2::aes(), that helps to
specify activation functions for neural network layers. It validates that
activation functions exist in torch and that any parameters match the
function's formal arguments.
act_funs(...)
... |
Activation function specifications. Can be:
|
A vctrs vector with class "activation_spec" containing validated
activation specifications.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.