랭킹으로 돌아가기
A general-purpose encoder-decoder framework for Tensorflow
tensorflowtranslationmachine-translationneural-networkdeeplearning
주요 지표
스타 성장
스타
5.6k
포크
1.3k
주간 성장
—
이슈
172
2k4k
2017년 3월2018년 9월2020년 4월2021년 11월2023년 6월2024년 12월2026년 7월
아티팩트PyPI
pip install seq2seqREADME
A general-purpose encoder-decoder framework for Tensorflow that can be used for Machine Translation, Text Summarization, Conversational Modeling, Image Captioning, and more.

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.
관련 저장소