/Seq2Seq_nmt

Sequence2Sequence Neural Machine Translation model

Primary LanguagePython

Seq2Seq_nmt

Sequence2Sequence Neural Machine Translation model

The project implemented in terms of the Advanced Machine Learning subject in Innopolis University.

Structure

nn_model.py The full Encoder-Decoder model with implemented inference steps

data_processing.py The functions for data preprocessing

main.py A pipeline with data preprocessing, model training and evaluation steps