Skip to content

Commit f45b880

Browse files
committed
Updates dl/rnn/bidirectional-rnns.md
Auto commit by GitBook Editor
1 parent 19169db commit f45b880

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

assets/runnbidirection1.png

72.5 KB
Loading

dl/rnn/bidirectional-rnns.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
There have been many advancements with RNNs \([attention](https://www.oreilly.com/ideas/interpretability-via-attentional-and-memory-based-interfaces-using-tensorflow), Quasi RNNs, etc.\) that we will cover in later lessons but one of the basic and widely used ones are bidirectional RNNs \(Bi-RNNs\). The motivation behind bidirectional RNNs is to process an input sequence by both directions. Accounting for context from both sides can aid in performance when the entire input sequence is known at time of inference. A common application of Bi-RNNs is in translation where it's advantageous to look at an entire sentence from both sides when translating to another language \(ie. Japanese → English\).
2+
3+
![](/assets/runnbidirection1.png)
4+
5+
6+

0 commit comments

Comments
 (0)