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