基于控制台的简单版的聊天机器人,词库可以自己添加. 聊天机器人1.0版本 源码如下: using System; using System.Collections.Generic; using System.Text; namespace 面向对象聊天机器人1 { class Program { static void Main(string[] args) { 机器人 r1 = new 机器人(); r1.Name = "小I"; r1.Eat(); r1.SayHello(); w
Chatbot in 200 lines of code CPU 跑不动 github:https://github.com/zsdonghao/seq2seq-chatbot 更多英文,中文聊天机器人: https://github.com/fendouai/Awesome-Chatbot tensorflow http://www.buluo360.com
概述 这个工作尝试重现这个论文的结果 A Neural Conversational Model (aka the Google chatbot). 它使用了循环神经网络(seq2seq 模型)来进行句子预测.它是用 python 和 TensorFlow 开发. 程序的加载主体部分是参考 Torch的 neuralconvo from macournoyer. 现在, DeepQA 支持一下对话语料: Cornell Movie Dialogs corpus (default). Alread