项目作者: Satyaki0924

项目描述 :
This project uses a sequence to sequence model of the recurrent neural network to translate any piece of English text to French. I have used recurrent nets because while training on huge data, recurrent nets actually predict the outcome a lot better than any normal machine learning models. In this specific model, the data first passes through an encoder, comes out as an understanding and passes to a decoder. The decoder generates the output.
高级语言: Python
项目地址: git://github.com/Satyaki0924/language-translation-english-to-french.git