Skip to content

mehulsuresh/Machine_Translation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Translation

Seq2seq model for Neural Machine Translation (NMT) from Spanish to English implemented in Keras

Aproach :

This task is performed using a encoder-decoder LSTM model. In this architecture, the input sequence is encoded by a front-end model called the encoder then decoded word by word by a backend model called the decoder. alt text

Dataset :

The dataset was selected from the Manythings.org website that created a database of translations ( from the Tatoeba Project ) to be used with the ANKI flash card software

Source Website
Link to Dataset

About

Seq2seq model for Neural Machine Translation (NMT) from Spanish to English implemented in Keras

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published