Skip to content
forked from google/seq2seq

A general-purpose encoder-decoder framework for Tensorflow

License

Notifications You must be signed in to change notification settings

cbockman/seq2seq

This branch is 114 commits behind google/seq2seq:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

43adcc2 · Mar 16, 2017
Mar 15, 2017
Mar 15, 2017
Mar 15, 2017
Mar 16, 2017
Mar 11, 2017
Feb 13, 2017
Dec 11, 2016
Feb 15, 2017
Feb 15, 2017
Mar 15, 2017
Mar 3, 2017
Mar 12, 2017
Mar 12, 2017
Mar 13, 2017
Mar 14, 2017

Repository files navigation

CircleCI


READ THE DOCUMENTATION

CONTRIBUTING


A general-purpose encoder-decoder framework for Tensorflow that can be used for Machine Translation, Text Summarization, Conversational Modeling, Image Captioning, and more.

Translation Model


The official code used for the Massive Exploration of Neural Machine Translation Architectures paper.

If you use this code for academic purposes, please cite it as:

@ARTICLE{Britz:2017,
  author          = {{Britz}, D. and {Goldie}, A. and {Luong}, T. and {Le}, Q.},
  title           = "{Massive Exploration of Neural Machine Translation Architectures}",
  journal         = {ArXiv e-prints},
  archivePrefix   = "arXiv",
  eprinttype      = {arxiv},
  eprint          = {1703.03906},
  primaryClass    = "cs.CL",
  keywords        = {Computer Science - Computation and Language},
  year            = 2017,
  month           = mar,
}

This is not an official Google product.

About

A general-purpose encoder-decoder framework for Tensorflow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.8%
  • Shell 2.6%
  • Perl 1.3%
  • JavaScript 1.1%
  • CSS 0.2%