DeepRecommender:基于深度学习的推荐系统 这个模型基于深度自编码器。 论文地址:https://arxiv.org/abs/1708.01715 项目地址:https…
Read More分类: 自然语言处理
Awesome-Text-Classification:文本分类资源合集
Awesome-Text-Classification https://github.com/fendouai/Awesome-Text-Classification Projec…
Read More我用 tensorflow 实现的“一个神经聊天模型”,一个基于深度学习的聊天机器人
概述 这个工作尝试重现这个论文的结果 A Neural Conversational Model (aka the Google chatbot). 它使用了循环神经网络(seq2…
Read More5步做一个 TensorFlow 聊天机器人:DeepQA【预训练模型已经上传百度网盘】
项目截图: 实测截图: 一步一步教程: 1.下载这个项目: https://github.com/Conchylicultor/DeepQA 2.下载训练好的模型: 百度网盘下载模…
Read MoreTensorFlow 聊天机器人开源项目评测第一期:DeepQA
聊天机器人开源项目评测第一期:DeepQA https://github.com/Conchylicultor/DeepQA 用 i5 的笔记本早上运行到下午,跑了 3 轮的结果,…
Read More计划尝试的几个聊天机器人项目
使用TensorFlow实现的Sequence to Sequence的聊天机器人模型 https://github.com/qhduan/Seq2Seq_Chatbot_QA C…
Read Morerasa_nlu:将自然语言转化为结构化数据
rasa_nlu:turn natural language into structured data Rasa NLU (Natural Language Understandi…
Read More聊天机器人资源合集:项目,语聊,论文,教程。
Awesome Chatbot Projects,Corpus,Papers,Tutorials. Github:https://github.com/fendouai/Aweso…
Read MoreMianbot:基于向量匹配的情境式聊天机器人
Mianbot是采用样板与检索式模型搭建的聊天机器人,目前有两种产生回覆的方式,专案仍在开发中:) 其一(左图)是以词向量进行短语分类,针对分类的目标模组实现特征抽取与记忆回覆功能…
Read Morechatbot-retrieval:Dual LSTM Encoder for Dialog Response Generation
Tensorflow中基于检索的对话模型(Ubuntu Dialog Corpus) Retrieval-Based Conversational Model in Tensorf…
Read More