Bidirectional layer wrapper
This card is a wrapper of this Keras class.
Note: the backend for building and training neural networks is based on Keras. The documentation of this card is a variant of the documentation of its corresponding class.
Inputs
-
Layer — NeuralNetworkLayer
RNN layer to wrap.
-
Merge mode — String
Mode by which outputs of the forward and backward RNNs will be combined. If “None”, the outputs will not be combined, they will be returned as a list.
-
Input — NeuralNetworkTensor
Input of this layer.
Outputs
-
Layer instance — NeuralNetworkLayer
Instance of this layer. It can be wrapped using a Bidirectional or a TimeDistributed wrapper.
-
Output — NeuralNetworkTensor
Output of this layer.