Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 558 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 558 Bytes

Neural-Machine-Translation

Disclaimer:

The given solutions in this project are only for reference purpose.

Description of experiment

Welcome!

We will build a Neural Machine Translation (NMT) model to translate human-readable dates ("25th of June, 2009") into machine-readable dates ("2009-06-25"). We will do this using an attention model, one of the most sophisticated sequence-to-sequence models.

Acknowledgements

https://www.coursera.org/learn/nlp-sequence-models
https://www.deeplearning.ai/program/deep-learning-specialization/