Learn Before
Concept

Multidimensional Extension of Bidirectional RNNs

The concept of using multiple recurrent neural networks (RNNs) with relationships between their hidden units can be expanded to input models of any dimensionality. While standard bidirectional RNNs use two networks for one-dimensional sequences (one for the past and one for the future), this approach can be extended to nn dimensions. For example, in two-dimensional image recognition, four recurrent neural networks can be used: two for the vertical axis and two for the horizontal axis.

0

1

Updated 2026-06-20

References


Tags

Data Science