Aims to study and implement Seq2Seq LSTM models for machine translation.
The documentation of this project will be updated here shortly.
- Read articles and go through papers and tutorials about the implementation of LSTM Seq2Seq models for neural machine translation.
- Look for the dataset of appropriate size, to provide enough variety, for the training of the model.
- Implement and train the model on the data set.
- Test and improve the model to reach maximum efficiency.