View source: R/activations-losses.R View source: R/.ipynb_checkpoints/activations-losses-checkpoint.R
softmax | R Documentation |
A softmax activation, used for classifier networks as the output layer.
softmax(X, deriv = FALSE)
X |
A matrix. |
deriv |
Set this to TRUE if you want the derivative instead of the function. |
An matrix representing the probability of each class for each observation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.