View source: R/layers-recurrent-cells.R
layer_stacked_rnn_cells | R Documentation |
Used to implement efficient stacked RNNs.
layer_stacked_rnn_cells(cells, ...)
cells |
List of RNN cell instances. |
... |
standard layer arguments. |
Other RNN cell layers:
layer_gru_cell()
,
layer_lstm_cell()
,
layer_simple_rnn_cell()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.