分享一个基于RNN/LSTM的ChatBot代码

2016年08月14日 14242点热度 0人点赞 0条评论

最近在做ChatBot,看了一些很惊艳的论文,比如:

A Neural Conversational Model (v3)

根据论文描述,Chatbot甚至能给人debug为什么不能上网之类的技术问题。 OMG!

摘录一些对话:

Machine: hi
Human: hi
Machine: could you please let me know what is the operating system you are using?
Human: linux
Machine: ok this is the issue with the system performance, nasser, tools.
Human: what is that ?
Machine: is it a windows machine?
Machine: we have linux on your machine.
Machine: is it windows xp or windows 7?
Human: i am using linux
Machine: let me take a remote of your machine and check if issue has been pushed properly.
Human: ok
Machine: please open terminal and run the be- low commands in one computer:
Machine: sudo apt – get update

只不过这个论文看起来没有提供任何训练数据与实现代码。 好在不停的Google之后,看到一些根据这篇论文做的项目:

https://github.com/nicolas-ivanov/tf_seq2seq_chatbot

https://github.com/macournoyer/neuralconvo

可惜我并没有GPU可以来尝试,在i5-6500的CPU全速运转了3天之后只能无奈放弃 T_T

如果有谁根据这些项目作出了好的成果,不知道能不能告诉一下?

RangerWolf

保持饥渴的专注,追求最佳的品质

文章评论