| activation_softmax | R Documentation |
Creates a softmax activation function object.
activation_softmax()
An object of class "met_activation".
Bridle, J. S. (1990). Probabilistic Interpretation of Feedforward Classification Network Outputs, with Relationships to Statistical Pattern Recognition. In Neurocomputing: Algorithms, Architectures and Applications, 227–236. Springer.
act <- activation_softmax()
act$fn(c(1, 2, 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.