Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 322 Bytes

File metadata and controls

4 lines (4 loc) · 322 Bytes

Neural Machine Translation with GRU and Attention Mechanism

Machine Translation with GRU and Attention Mechanism, From Source French language to Target English Language applied on OpenSubtitles dataset.

  • Sequence-to-Sequence(Seq2Seq) model that performs translation by using an Encoder-Decoder Mechanism.
  • Translation