Learn Before
Concept

Implementation of Bidirectional RNNs

The concept of using more than one RNN that have some type of relationship between the hidden units is expandable to any number of dimensions of inputs you may have. For example, in our 1 dimensional example of "Bidirectional RNNs", the proposal was to use two networks with hidden units feeding into each other (one net for the past and one for the future).

This concept can be used with any nn dimensional input model. In image recognition, four recursive neural networks can be used, two for the vertical axis and two for the horizontal axis.

0

1

Updated 2021-06-30

References


Tags

Data Science