All Projects → alphadl → Neural-Machine-Translation

alphadl / Neural-Machine-Translation

Licence: other
Several basic neural machine translation models implemented by PyTorch & TensorFlow

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Neural-Machine-Translation

Pytorch Seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
Stars: ✭ 3,418 (+11686.21%)
Mutual labels:  transformer, neural-machine-translation, pytorch-implmention
NiuTrans.NMT
A Fast Neural Machine Translation System. It is developed in C++ and resorts to NiuTensor for fast tensor APIs.
Stars: ✭ 112 (+286.21%)
Mutual labels:  transformer, neural-machine-translation
zero
Zero -- A neural machine translation system
Stars: ✭ 121 (+317.24%)
Mutual labels:  transformer, neural-machine-translation
Joeynmt
Minimalist NMT for educational purposes
Stars: ✭ 420 (+1348.28%)
Mutual labels:  transformer, neural-machine-translation
transformer-slt
Sign Language Translation with Transformers (COLING'2020, ECCV'20 SLRTP Workshop)
Stars: ✭ 92 (+217.24%)
Mutual labels:  transformer, neural-machine-translation
learningspoons
nlp lecture-notes and source code
Stars: ✭ 29 (+0%)
Mutual labels:  transformer, seq2seq-model
transformer
Neutron: A pytorch based implementation of Transformer and its variants.
Stars: ✭ 60 (+106.9%)
Mutual labels:  transformer, neural-machine-translation
pytorch basic nmt
A simple yet strong implementation of neural machine translation in pytorch
Stars: ✭ 66 (+127.59%)
Mutual labels:  neural-machine-translation, pytorch-implmention
Sockeye
Sequence-to-sequence framework with a focus on Neural Machine Translation based on Apache MXNet
Stars: ✭ 990 (+3313.79%)
Mutual labels:  transformer, neural-machine-translation
Transformer Dynet
An Implementation of Transformer (Attention Is All You Need) in DyNet
Stars: ✭ 57 (+96.55%)
Mutual labels:  transformer, neural-machine-translation
Njunmt Tf
An open-source neural machine translation system developed by Natural Language Processing Group, Nanjing University.
Stars: ✭ 97 (+234.48%)
Mutual labels:  transformer, neural-machine-translation
Nmt Keras
Neural Machine Translation with Keras
Stars: ✭ 501 (+1627.59%)
Mutual labels:  transformer, neural-machine-translation
VideoTransformer-pytorch
PyTorch implementation of a collections of scalable Video Transformer Benchmarks.
Stars: ✭ 159 (+448.28%)
Mutual labels:  transformer, pytorch-implmention
text simplification
Text Simplification Model based on Encoder-Decoder (includes Transformer and Seq2Seq) model.
Stars: ✭ 66 (+127.59%)
Mutual labels:  transformer, seq2seq-model
imdb-transformer
A simple Neural Network for sentiment analysis, embedding sentences using a Transformer network.
Stars: ✭ 26 (-10.34%)
Mutual labels:  transformer
TitleStylist
Source code for our "TitleStylist" paper at ACL 2020
Stars: ✭ 72 (+148.28%)
Mutual labels:  transformer
TabFormer
Code & Data for "Tabular Transformers for Modeling Multivariate Time Series" (ICASSP, 2021)
Stars: ✭ 209 (+620.69%)
Mutual labels:  transformer
catr
Image Captioning Using Transformer
Stars: ✭ 206 (+610.34%)
Mutual labels:  transformer
ClusterTransformer
Topic clustering library built on Transformer embeddings and cosine similarity metrics.Compatible with all BERT base transformers from huggingface.
Stars: ✭ 36 (+24.14%)
Mutual labels:  transformer
En-transformer
Implementation of E(n)-Transformer, which extends the ideas of Welling's E(n)-Equivariant Graph Neural Network to attention
Stars: ✭ 131 (+351.72%)
Mutual labels:  transformer

Neural Machine Translation

Issue Star Fork Twitter

This repository implemented various kinds of Neural Machine Translation models with Pytorch and TensorFlow

**There are 10k training data and 0.1k validation&test data in the file: ./data/

[News]

(19 Nov. 2018) // Adding basic seq2seq model (./seq2seq/seq2seq)

(21 Nov. 2018) // Adding seq2seq + attn model (./seq2seq/seq2seq_att)

(26 Nov. 2018) // Adding transformer-simple model (./transformer/transformer-pt-v1)

(26 Nov. 2018) // Adding transformer-simple tf-version (./transformer/transformer-tf-v1)

(01 Dev. 2018) // Adding GAN-NMT (./Adversarial-NMT)

(19 Jun. 2019) // Adding transformer model (./transformer/transformer-pt-v2)

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].