tensorlayer / seq2seq-chatbot

Chatbot in 200 lines of code using TensorLayer

Home Page:https://github.com/tensorlayer/tensorlayer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seq2Seq Chatbot

This is a 200 lines implementation of Twitter/Cornell-Movie Chatbot, please read the following references before you read the code:

Prerequisites

Model


Training

python3 main.py

Results

Query > happy birthday have a nice day
 > thank you so much
 > thank babe
 > thank bro
 > thanks so much
 > thank babe i appreciate it
Query > donald trump won last nights presidential debate according to snap online polls
 > i dont know what the fuck is that
 > i think he was a racist
 > he is not a racist
 > he is a liar
 > trump needs to be president

About

Chatbot in 200 lines of code using TensorLayer

https://github.com/tensorlayer/tensorlayer


Languages

Language:Python 99.1%Language:Shell 0.9%