Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.81 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.81 KB

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)