View source: R/nn_functional.R
| ggml_gru | R Documentation |
Create a GRU Layer Object
ggml_gru(
units,
return_sequences = FALSE,
activation = "tanh",
recurrent_activation = "sigmoid",
name = NULL,
trainable = TRUE
)
units |
Integer, number of hidden units. |
return_sequences |
Logical. |
activation |
Candidate activation (default |
recurrent_activation |
Gate activation (default |
name |
Optional character name. |
trainable |
Logical. |
A ggml_layer object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.