Skip to content

agastyaseth/seq2seq_model_live

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.2%
  • Python 2.8%