raff7 / HRED-Chatbot

Hierarchical recurrent encoder decoder for a conversational agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keras implementation of HRED architecture. To use the code.

run.py : Start the training of HRED.it can either create a new network and begin training, or load a pre-existing model and restart from where it left(change this setting with the constat "Load_Model" in Constants.py

chatbot.py: loads the model and starts a conversation.

About

Hierarchical recurrent encoder decoder for a conversational agent


Languages

Language:Python 100.0%