/DL-Final-Project

Deep learning final project. Created a seq2seq model for machine translation task.

Primary LanguageJupyter Notebook

DL-Final-Project

Deep learning final project. Created a seq2seq model for machine translation task. The general idea is to split the input sequence into individual letters. Feed the letters from the input word to the model and get the output sequence from the model.