View source: R/customActivationLayers.R
layer_activation_log_softmax | R Documentation |
Creates a log softmax layer
layer_activation_log_softmax(object, axis = -1, trainable = TRUE)
axis |
Integer specifying which axis. |
trainable |
Whether the layer weights will be updated during training. |
a keras layer tensor
Tustison NJ
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.