Helen-R / PTTChatBot_DL2017

DL course (NCTU, 2017 spring) final project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PTTChatBot_DL2017

Deep Learning and Practice course (NCTU, 2017 spring) final project

some results

Introduction

In one of the course assignments, we have experimented with RNN to generate and process text sequences. It was a very interesting experience and motivated us to study whether it is possible to train talkshow chatbots.

In order to build chatbots capable of handling a wide range to topics, we trained our chatbots using the Chinese corpus from two of the PTT gossip forums: Gossiping and Women Talk. Both forums have their own styles of opinionated expressions. We aim to create chatbots to deliver quarrelsome or sarcastic responds to input queries.

Directory instruction

ChatBot environment

  • python version: > 3.0
  • requirement python package: tensorflow, numpy, jieba
  • tensorflow version: 1.0

Reference (Codes credits)

About

DL course (NCTU, 2017 spring) final project

License:MIT License


Languages

Language:Python 100.0%