Skip to content

English to German translation models implemented using PyTorch and torchtext using Multi30k dataset

Notifications You must be signed in to change notification settings

avesh-singh/neural-machine-translation-eng-german

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Machine Translation - English to German

Pytorch implementation of English to German Neural machine translation model.

It is a basic Encoder-Decoder RNN with LSTMs implemented on pytorch. Heavily inspired from this tutorial.

Please check other branches of this repo as well. I have implemented several improved versions of this model.

Basic Encoder-Decoder RNN (LSTM) results - Training time: 5m 44.22s (15 epochs) | Testing loss: 2.921 | Testing ppl: 18.554

About

English to German translation models implemented using PyTorch and torchtext using Multi30k dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages