项目作者: tarushi98

项目描述 :
Machine Translation using Encoder - Decoder Architecture
高级语言: Jupyter Notebook
项目地址: git://github.com/tarushi98/EnglishtoFrenchTranslator.git
创建时间: 2020-05-25T02:46:19Z
项目社区:https://github.com/tarushi98/EnglishtoFrenchTranslator

开源协议:

下载


EnglishtoFrenchTranslator

In this project we will aim to transform english sentences to french sentences using the concept of Machine Translation. The given dataset contains the english sentences and their french counterparts. The data will be cleaned,processed and then tokenized, such that it is ready for machine consumption, by which I mean that it is ready to be feeded into the neural network. The neural network will output the converted sentences.

Dataset link(https://www.kaggle.com/anubhav3377/machinetranslationengfra/data)