View source: R/layer-wrappers.R
bidirectional | R Documentation |
Bidirectional wrapper for RNNs
bidirectional(
object,
layer,
merge_mode = "concat",
weights = NULL,
backward_layer = NULL,
...
)
object |
What to compose the new
|
layer |
A
|
merge_mode |
Mode by which outputs of the forward and backward RNNs will
be combined. One of |
weights |
Split and propagated to the |
backward_layer |
Optional |
... |
standard layer arguments. |
Other layer wrappers:
time_distributed()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.