From 323e088881cc9762e619543461b950dcc4fc07c0 Mon Sep 17 00:00:00 2001 From: Yogi Saputra <46697670+yogisptra@users.noreply.github.com> Date: Sat, 26 Oct 2019 18:06:19 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8c7f1e..aedb9c6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 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 +## Coding challenge - Due Date, Thursday April 6 2019 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.