Skip to content

translating English sentences to French using a seq2seq model that learns to encode the source sequences (English) into a fixed context vector C and passing C into a decoder that predicts that the next word translation in the output sequence. LSTM hidden units were used to capture long term dependencies. Dataset: WMT'14 (en-fr) from HuggingFace

Notifications You must be signed in to change notification settings

MyDarapy/english-to-french-Neural-Machine-Translation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

english-to-french-Neural-Machine-Translation

translating English sentences to French using a seq2seq model that learns to encode the source sequences (English) into a fixed context vector C and passing C into a decoder that predicts that the next word translation in the output sequence. LSTM hidden units were used to capture long term dependencies. Dataset: WMT'14 (en-fr) from HuggingFace

About

translating English sentences to French using a seq2seq model that learns to encode the source sequences (English) into a fixed context vector C and passing C into a decoder that predicts that the next word translation in the output sequence. LSTM hidden units were used to capture long term dependencies. Dataset: WMT'14 (en-fr) from HuggingFace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published