# seq2seq **Repository Path**: kc112358/seq2seq ## Basic Information - **Project Name**: seq2seq - **Description**: seq2seq 是 Google 开源的一款用于 TensorFlow 的通用编码器&解码器框架(encoder-decoder framework),可用于机器翻译、文本摘要、会 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/seq2seq - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-06-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![CircleCI](https://circleci.com/gh/google/seq2seq.svg?style=svg)](https://circleci.com/gh/google/seq2seq) --- **[READ THE DOCUMENTATION](https://google.github.io/seq2seq)** **[CONTRIBUTING](https://google.github.io/seq2seq/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](https://3.bp.blogspot.com/-3Pbj_dvt0Vo/V-qe-Nl6P5I/AAAAAAAABQc/z0_6WtVWtvARtMk0i9_AtLeyyGyV6AI4wCLcB/s1600/nmt-model-fast.gif) --- The official code used for the [Massive Exploration of Neural Machine Translation Architectures](https://arxiv.org/abs/1703.03906) 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.