suriyadeepan / practical_seq2seq

A simple, minimal wrapper for tensorflow's seq2seq module, for experimenting with datasets rapidly
http://suriyadeepan.github.io/2016-12-31-practical-seq2seq/
GNU General Public License v3.0
570 stars 270 forks source link

How to train chat bot in other languages apart from English ? #44

Open phpmind opened 7 years ago

phpmind commented 7 years ago

Hi ,

I Want to make a chat bot in different languages? How can I do that using tensorflow ?

Thanks