Skip to content

Sequence to Sequence Learning with Neural Networks

← Back to topic

Authors: Ilya Sutskever, Oriol Vinyals, Quoc V. Le
Year: 2014
Journal: NeurIPS
DOI: 10.48550/arXiv.1409.3215
Publisher: https://arxiv.org/abs/1409.3215

Keywords: seq2seq, machine translation

Abstract

We present a general end-to-end approach to sequence learning that makes minimal assumptions on the sequence structure.

Cite this paper

bibtex
@misc{seq2seq2014,
  title  = {Sequence to Sequence Learning with Neural Networks},
  author = {Ilya Sutskever, Oriol Vinyals, Quoc V. Le},
  year   = {2014},
  journal = {NeurIPS},
  doi    = {10.48550/arXiv.1409.3215},
  url    = {https://doi.org/10.48550/arXiv.1409.3215},
}

Source files

Released under the MIT License.