Skip to content

KiotaLabs/fastTextTranslate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

fastTextTranslate

Chinese to English translation engine using Facebook's FastText library

This space is meant for deep learning enthusiasts with varying levels of technical understanding to explore what all they need to cover before they get confident with deep learning.

The problem at hand is language translation. An introduction to the field can be found in this excellent write up. This article will help you appreciate the role of recurrent neural networks for sequence to sequence translation.

Next we would need a good open source implementation for the same. Luckily we got a Tensorflow tutorial for that.

Roadmap

We start with the above tutorial, understand the process in detail, and then replace the parts where we can use representations from Facebook's FastText library. As of this moment, the efficacy of this approach has not been validated.

About

Chinese to English translation engine using Facebook's FastText library

Resources

License

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors