Which of the following is the BEST reason recurrent neural networks support document language translation?
Recurrent neural networks model ordered sequences by propagating information across successive tokens. Since language translation depends on the sequence and context of words in a document, sequential processing is the relevant capability.
Community Discussion