This is the code for this video by Siraj Raval on Youtube as part of the Udacity Deep Learning Nanodegree. We're going to build a sequence to sequence model, that is a bidirectional encoder and unidirectional decoder to reconstruct the input sequence. This will help us learn how memory and attention work.
- tensorflow (https://www.tensorflow.org/install/)
Run jupyter notebook
in terminal and the code will pop up in your default browser.
Credits for the code go to emitvay i've merely created a wrapper to get people started.