View source: R/create_model_utils.R
get_output_activations | R Documentation |
Get activation functions of output layers.
get_output_activations(model)
model |
A keras model. |
Character vector with names of activation functions of model outputs.
model <- create_model_lstm_cnn(
maxlen = 50,
layer_lstm = 8,
layer_dense = c(64, 2),
verbose = FALSE)
get_output_activations(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.