Difference between revisions of "Bidirectional Long Short-Term Memory (BI-LSTM)"
(Created page with " The purpose of the Bi-LSTM is to look at a particular sequences both from front-to-back as well as from back-to-front. In this way, the network creates a context for each ch...") |
|||
Line 1: | Line 1: | ||
+ | [http://www.youtube.com/results?search_query=Bidirectional+LSTM YouTube search...] | ||
+ | The purpose of the Bi-LSTM is to look at a particular sequences both from front-to-back as well as from back-to-front. In this way, the network creates a context for each character in the text that depends on both its past as well as its future. | ||
− | + | <youtube>O9QnC5WJJ90</youtube> | |
+ | <youtube>WGlMlS_Yydk</youtube> |
Revision as of 15:01, 22 October 2018
The purpose of the Bi-LSTM is to look at a particular sequences both from front-to-back as well as from back-to-front. In this way, the network creates a context for each character in the text that depends on both its past as well as its future.