项目作者: ruizhang1993

项目描述 :
基于Tensorflow r1.0.1实现的简单Chatbot
高级语言: Python
项目地址: git://github.com/ruizhang1993/seq2seq-tensorflow-v1.0.1.git
创建时间: 2017-05-03T12:30:59Z
项目社区:https://github.com/ruizhang1993/seq2seq-tensorflow-v1.0.1

开源协议:

下载


chatbot_tf

基于Tensorflow r1.0.1实现的简单Chatbot

Reference

主要参考了官方的model代码和nicolas-ivanov的项目:

[1]官方model:https://github.com/tensorflow/models

[2]Nicolas的tf_seq2seq_chatbot:https://github.com/nicolas-ivanov/tf_seq2seq_chatbot

官方model支持Tensorflow==r1.x的版本;
Nicolas的模型则基于Tensorflow>=r0.9.0的版本。