| activation_tanh | R Documentation |
Creates a hyperbolic tangent activation function object.
activation_tanh()
An object of class "met_activation".
act <- activation_tanh()
act$fn(c(-1, 0, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.