llSourcell / seq2seq_model_live

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seq2seq_model_live

Overview

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.

Dependencies

Usage

Run jupyter notebook in terminal and the code will pop up in your default browser.

Credits

Credits for the code go to emitvay i've merely created a wrapper to get people started.

About


Languages

Language:Jupyter Notebook 97.2%Language:Python 2.8%