sea-boat / seq2seq_chatbotLinks
a chatbot which is implemented via seq2seq model.
☆87Updated 8 years ago
Alternatives and similar repositories for seq2seq_chatbot
Users that are interested in seq2seq_chatbot are comparing it to the libraries listed below
Sorting:
- seq2seq中文聊天机器人☆339Updated 7 years ago
- Question and Answering Model with TensorFlow☆32Updated 3 years ago
- 一个自动回复FAQ问题的聊天机器人。目前使用了简单词汇对比、词性权重、词向量3种相 似度计算模式。输入符合格式的FAQ文本文件即可立刻使用。欢迎把无法正确区分的问题和FAQ文件发送到评论区。☆112Updated 8 years ago
- 官方py3AIML基于英文,现为其增加中文支持,并将代码注释翻译为中文。实测可正常解析带中文pattern和template的aiml文件。☆92Updated 3 years ago
- tensorflow-seq2seq-chatbot-zh中文聊天机器人☆27Updated 8 years ago
- Just another seq2seq repo☆325Updated 7 years ago
- 基于深度学习的自然语言处理库☆159Updated 6 years ago
- 使用深度学习算法实现的中文问答系统☆557Updated 6 years ago
- 智能客服☆107Updated 6 years ago
- 卷积神经网络(CNN)应用于中文文本分析任务☆34Updated 8 years ago
- 卷积神经网络(CNN)应用于中文文本分析任务☆171Updated 8 years ago
- 基于多搜索引擎和深度学习技术的自动问答☆645Updated 6 years ago
- use RNN + LSTM generate poetry by Keras。机器学习自动编写古诗☆87Updated 7 years ago
- 总结了一些可以用作聊天机器人训练实作的文字语聊,包含中英文不同语言☆117Updated 7 years ago
- Learn to implement a chat bot with deep learning.☆68Updated 4 years ago
- ChatGirl is an AI ChatBot based on TensorFlow Seq2Seq Model. ChatGirl 一个基于 TensorFlow Seq2Seq 模型的聊天机器人。(包含预处理过的 twitter 英文数据集,训练,运行, 工…☆115Updated 8 years ago
- 基于gensim模块计算句子相似度☆123Updated 9 years ago
- Opendial对话语料库☆50Updated 7 years ago
- Chinese-Text-Classification,Tensorflow CNN(卷积神经网络)实现的中文文本分类。QQ群:522785813,微信群二维码:http://www.tensorflownews.com/☆293Updated 7 years ago
- 基于webQA的开放域问答系统☆92Updated 7 years ago
- semantic analysis using word2vector, doc2vector,lstm and other method. mainly for text similarity analysis.☆156Updated 7 years ago
- 基于知识库的中文问答系统(biLSTM)☆248Updated 7 years ago
- 知识图谱问答系统☆87Updated 2 years ago
- 使用 Keras 进行中文文本分类☆53Updated 7 years ago
- ☆49Updated 6 years ago
- 基于Pytorch的中文聊天机器人 集成BeamSearch算法