Skip to content

Machine translation with Tensorflow using a Bidirectional LSTM encoder-decoder network with attention implemented from scratch

License

Notifications You must be signed in to change notification settings

fracogno/Neural_Machine_Translation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Machine Translation

Implementation from scratch of a machine translation with Tensorflow using a Bidirectional LSTM encoder-decoder network with attention.

Main file is the Jupyter Notebook NMT.ipynb

To download pretrained weights for NMT from English to German and put files inside checkpoints folder:

https://drive.google.com/drive/folders/15Z0QL4XNQ8iyn2MfEMol_QxmByiOfTPU?usp=sharing

To retrain on other languages:

Change the dataset file.

Format file is TSV: Source_language_sentence\tTarget_language_sentence\n

About

Machine translation with Tensorflow using a Bidirectional LSTM encoder-decoder network with attention implemented from scratch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published