You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TherehavebeenmanyadvancementswithRNNs \([attention](https://www.oreilly.com/ideas/interpretability-via-attentional-and-memory-based-interfaces-using-tensorflow), QuasiRNNs, etc.\) thatwewillcoverinlaterlessonsbutoneofthebasicandwidelyusedonesarebidirectionalRNNs \(Bi-RNNs\). ThemotivationbehindbidirectionalRNNsistoprocessaninputsequencebybothdirections. Accountingforcontextfrombothsidescanaidinperformancewhentheentireinputsequenceisknownattimeofinference. AcommonapplicationofBi-RNNsisintranslationwhereit's advantageous to look at an entire sentence from both sides when translating to another language \(ie. Japanese → English\).