Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

google/seq2seq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7f48589 · Apr 17, 2017
Apr 17, 2017
Mar 28, 2017
Mar 31, 2017
Apr 17, 2017
Mar 11, 2017
Feb 13, 2017
Dec 11, 2016
Feb 15, 2017
Feb 15, 2017
Apr 14, 2017
Mar 3, 2017
Mar 12, 2017
Apr 17, 2017
Mar 13, 2017
Mar 14, 2017

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}, Denny and {Goldie}, Anna and {Luong}, Thang and {Le}, Quoc},
  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.