搜索资源列表
ChatBots.rar
- 一个关于制作聊天机器人的文章,里面涵盖了一些算法和著名的ALICE机器人的工作原理讲解,希望可以给想研究人工智能的朋友们带来一点帮助。,An article about the chatbot, there are some arithmetic inside it, and also talk something about ALICE bot, wish give some help to the person who is interested in AI.
Alice
- java编写的人工智能聊天机器人,可自定义规则-AI chatbot written in java, you can customize rules
Alice-chatbot-source-and-DEMO
- Alice聊天机器人源码及DEMO,Java语言,可以了解并且改进。-Alice chatbot source and DEMO
Chatterbot7
- Cool Chatbot written in VB 6.
Chat-Robot
- ChatBot - Visual Basic 6
TheWizard
- Chatbot creator,visual basic 6
seq2seq_chatbot_new
- 基于Tensorflow的检索型聊天机器人(Tensorflow-based search chatbot)
chatbot
- 聊天机器人 原理: 严谨的说叫 ”基于深度学习的开放域生成对话模型“,框架为Keras(Tensorflow的高层包装),方案为主流的RNN(循环神经网络)的变种LSTM(长短期记忆网络)+seq2seq(序列到序列模型),外加算法Attention Mechanism(注意力机制),分词工具为jieba,UI为Tkinter,基于”青云“语料(10万+闲聊对话)训练。 运行环境:python3.6以上,Tensorflow,pandas,numpy,jieba。(Chat Robot