All Projects → google → Seq2seq

google / Seq2seq

Licence: apache-2.0
A general-purpose encoder-decoder framework for Tensorflow

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
perl
6916 projects

Projects that are alternatives of or similar to Seq2seq

Bartycrouch
Localization/I18n: Incrementally update/translate your Strings files from .swift, .h, .m(m), .storyboard or .xib files.
Stars: ✭ 1,032 (-81.08%)
Mutual labels:  translation, machine-translation
Udacity Natural Language Processing Nanodegree
Tutorials and my solutions to the Udacity NLP Nanodegree
Stars: ✭ 73 (-98.66%)
Mutual labels:  deeplearning, machine-translation
Lingvo
Lingvo
Stars: ✭ 2,361 (-56.72%)
Mutual labels:  translation, machine-translation
Sockeye
Sequence-to-sequence framework with a focus on Neural Machine Translation based on Apache MXNet
Stars: ✭ 990 (-81.85%)
Mutual labels:  translation, machine-translation
Deepl Translator
This module provides promised methods for translating text using DeepL Translator (https://www.deepl.com/translator) undocumented API.
Stars: ✭ 145 (-97.34%)
Mutual labels:  translation, machine-translation
Deeply
PHP client for the DeepL.com translation API (unofficial)
Stars: ✭ 152 (-97.21%)
Mutual labels:  translation, machine-translation
Modernmt
Neural Adaptive Machine Translation that adapts to context and learns from corrections.
Stars: ✭ 231 (-95.77%)
Mutual labels:  translation, machine-translation
Opennmt Py
Open Source Neural Machine Translation in PyTorch
Stars: ✭ 5,378 (-1.41%)
Mutual labels:  machine-translation
Reversi Alpha Zero
Reversi reinforcement learning by AlphaGo Zero methods.
Stars: ✭ 598 (-89.04%)
Mutual labels:  deeplearning
Deeplearning
深度学习入门教程, 优秀文章, Deep Learning Tutorial
Stars: ✭ 6,783 (+24.34%)
Mutual labels:  deeplearning
Aspnetcore Doc Cn
The Simplified Chinese edition of Microsoft ASP.NET Core documentation, translated by .NET Core Community and .NET China Community.
Stars: ✭ 527 (-90.34%)
Mutual labels:  translation
Thumt
An open-source neural machine translation toolkit developed by Tsinghua Natural Language Processing Group
Stars: ✭ 550 (-89.92%)
Mutual labels:  machine-translation
Tr
Free Offline OCR 离线的中文文本检测+识别SDK
Stars: ✭ 598 (-89.04%)
Mutual labels:  deeplearning
Deberta
The implementation of DeBERTa
Stars: ✭ 541 (-90.08%)
Mutual labels:  deeplearning
Fluent.js
JavaScript implementation of Project Fluent
Stars: ✭ 622 (-88.6%)
Mutual labels:  translation
Bmw Yolov4 Training Automation
This repository allows you to get started with training a state-of-the-art Deep Learning model with little to no configuration needed! You provide your labeled dataset or label your dataset using our BMW-LabelTool-Lite and you can start the training right away and monitor it in many different ways like TensorBoard or a custom REST API and GUI. NoCode training with YOLOv4 and YOLOV3 has never been so easy.
Stars: ✭ 533 (-90.23%)
Mutual labels:  deeplearning
Laravel Translatable
A Laravel package for multilingual models
Stars: ✭ 624 (-88.56%)
Mutual labels:  translation
Recommendersystem Paper
This repository includes some papers that I have read or which I think may be very interesting.
Stars: ✭ 619 (-88.65%)
Mutual labels:  deeplearning
Gettext
PHP library to collect and manipulate gettext (.po, .mo, .php, .json, etc)
Stars: ✭ 578 (-89.4%)
Mutual labels:  translation
Androbd
Android OBD diagnostics with any ELM327 adapter
Stars: ✭ 573 (-89.5%)
Mutual labels:  translation

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].