Tensorflow Seq2seq Tutorials

Dynamic seq2seq in TensorFlow, step by step
Alternatives To Tensorflow Seq2seq Tutorials
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Tensorflow Examples42,312
5 months ago218otherJupyter Notebook
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
Gold Miner32,106
2 days ago5
🥇掘金翻译计划,可能是世界最大最好的英译中技术社区,最懂读者和译者的翻译平台:
100 Days Of Ml Code17,892
a year ago9mitJupyter Notebook
100-Days-Of-ML-Code中文版
Awesome Tensorflow16,809
3 months ago30cc0-1.0
TensorFlow - A curated list of dedicated resources http://tensorflow.org
Nlp Tutorial12,146
a month ago33mitJupyter Notebook
Natural Language Processing Tutorial for Deep Learning Researchers
Stanford Tensorflow Tutorials10,215
2 years ago88mitPython
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
Mit Deep Learning9,328
5 months ago15mitJupyter Notebook
Tutorials, assignments, and competitions for MIT Deep Learning related courses.
Tensorflow Tutorials8,644
2 years ago2mitJupyter Notebook
TensorFlow Tutorials with YouTube Videos
Tensorflow2_tutorials_chinese6,541
2 years ago15Jupyter Notebook
tensorflow2中文教程,持续更新(当前版本:tensorflow2.0),tag: tensorflow 2.0 tutorials
Tensorflow Tutorials5,861
4 years ago17Jupyter Notebook
Simple tutorials using Google's TensorFlow Framework
Alternatives To Tensorflow Seq2seq Tutorials
Select To Compare


Alternative Project Comparisons
Readme

seq2seq with TensorFlow

Collection of unfinished tutorials. May be good for educational purposes.

1 - simple sequence-to-sequence model with dynamic unrolling

Deliberately slow-moving, explicit tutorial. I tried to thoroughly explain everything that I found in any way confusing.

Implements simple seq2seq model described in Sutskever at al., 2014 and tests it against toy memorization task.

1-seq2seq Picture from Sutskever at al., 2014

2 - advanced dynamic seq2seq

Encoder is bidirectional now. Decoder is implemented using tf.nn.raw_rnn. It feeds previously generated tokens during training as inputs, instead of target sequence.

2-seq2seq-feed-previous Picture from Deep Learning for Chatbots

3 - Using tf.contrib.seq2seq (TF<=1.1)

New dynamic seq2seq appeared in r1.0. Let's try it.

UPDATE: that this tutorial doesn't work with tf version > 1.1, API. I recommend checking out new official tutorial instead to learn high-level seq2seq API.

Popular Tensorflow Projects
Popular Tutorials Projects
Popular Machine Learning Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Jupyter Notebook
Tutorials
Tensorflow
Sequence To Sequence