LeviiBereg / Seq2Seq_nmt

Sequence2Sequence Neural Machine Translation model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Sequence2Sequence Neural Machine Translation model


Languages

Language:Python 100.0%