Bidirectional Recurrent Neural Network

Concatenation of a right-to-left RNN onto a left-to-right RNN.

Example Architecture

Example POS Tagging.

For this example the bidirectionality ensures that the network at the word cut will get information of the words context both from the prefix and postfix.

![[CleanShot 2023-10-03 at 22.03.42@2x.png]]