tommykwh/TensorFlow-Seq2Seq
Implement en-fr translation task by implenting seq2seq, encoder-decoder in RNN layers with Attention mechanism and Beamsearch inference decoder in TensorFlow 1.3
This project helps developers working with TensorFlow 1.3 to implement custom English-to-French neural machine translation systems. It takes English text as input and produces a French translation using a sequence-to-sequence model with an attention mechanism and beam search. This is for machine learning engineers or researchers building or experimenting with neural translation models.
No commits in the last 6 months.
Use this if you are a machine learning engineer developing or customizing neural machine translation models using TensorFlow 1.3 and require a foundational sequence-to-sequence implementation.
Not ideal if you need a production-ready translation service, are working with a different TensorFlow version, or require translation for languages other than English and French.
Stars
21
Forks
11
Language
Jupyter Notebook
License
—
Category
Last pushed
Feb 14, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/tommykwh/TensorFlow-Seq2Seq"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
xv44586/toolkit4nlp
transformers implement (architecture, task example, serving and more)
luozhouyang/transformers-keras
Transformer-based models implemented in tensorflow 2.x(using keras).
ufal/neuralmonkey
An open-source tool for sequence learning in NLP built on TensorFlow.
graykode/xlnet-Pytorch
Simple XLNet implementation with Pytorch Wrapper
uzaymacar/attention-mechanisms
Implementations for a family of attention mechanisms, suitable for all kinds of natural language...