搜索资源列表
PythonwebBot-
- Python搭建的web接口聊天机器人 -PythonwebBot
aiml-code.v1-9
- 人工智能标记语言,运行python下,可以实现智能机器人聊天(Artificial intelligence markup language, running python, you can achieve intelligent robot chat)
chat_system
- 一个建大的Python程序实现在线和机器人聊天(A large Python program that implements online and robot chat)
Stupid.1.1
- 一个练习用聊天“机器人” 在聊天中学习,寻找自己是否被问过类似问题,进行解答(A practice chat robot" Study in a chat to find out if you have been asked similar questions)
ai-chatbot-framework-master
- 此例子用在聊天机器人上的,包括自动回复等,用Python语言写,简单易学是入门的比较好 下项目(This example is used in chat robot, including automatic reply and so on, using Python language to write, easy to learn, is a good entry project)
基于Python的智能API聊天机器人
- 基于Python的智能API聊天机器人 内含两个文件 分别调用了不同的api接口。
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