Neural Machine Translation: Hindi to English

  • Implemented a 2 layered bi-directional GRU as Encoder and single layered as decoder with attention mechanism.
  • Optimized convergence of model using Teacher forcing, and used the Beam Search strategy for decoding.