Skip to content

This is the code for "How to Make a Chatbot - Intro to Deep Learning #12' by Siraj Raval on YouTube

Notifications You must be signed in to change notification settings

nikhilagrima/How_to_make_a_chatbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

How_to_make_a_chatbot

This is the code for "How to Make a Chatbot - Intro to Deep Learning #12' by Siraj Raval on YouTube

Coding challenge - Due Date, Thursday April 6 2017 at 12 PM PST

The challenge for this video is to make your own Q&A System using any type of memory network (plain, end-to-end, or dynamic). You can even use the code in this repository verbatim, just modify it so that a user can ask it questions from the command line. This will be a good way to get familiar with this type of bleeding edge deep learning model.

Overview

This is the code for this video by Siraj Raval on Youtube as part of the Udacity Deep Learning Nanodegree. This code is actually an end-to-end memory network, since there doesn't yet exist a 'dynamic' memory network implementation in Keras. For an example of a 'dynamic' memory network see this repository.

Dependencies

Usage

Run python memorynetwork.py in terminal and the code will begin training.

Credits

Credits for the code go to the creator of Keras, fchollet i've merely created a wrapper to get people started.

About

This is the code for "How to Make a Chatbot - Intro to Deep Learning #12' by Siraj Raval on YouTube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%