From 1bbf0ca98b88a42ec491efb1fdee7a7e2a242c95 Mon Sep 17 00:00:00 2001 From: Engine Feeder Date: Thu, 15 Mar 2018 21:19:12 +0100 Subject: [PATCH] Examples added doodleclassifier and Youtube links The doodle classifier example was missing under the examples list. Also links to the youtube videos coding these examples are added. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7a35d7..20a46a7 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,9 @@ Neural Network JavaScript library for Coding Train tutorials ## Examples / Demos Here are some demos running directly in the browser: -* [XOR problem](https://codingtrain.github.io/Toy-Neural-Network-JS/examples/xor/) +* [XOR problem](https://codingtrain.github.io/Toy-Neural-Network-JS/examples/xor/), [Coding Challenge on YouTube](https://www.youtube.com/watch?v=188B6k_F9jU) * [Handwritten digit recognition](https://codingtrain.github.io/Toy-Neural-Network-JS/examples/mnist/) +* [Doodle classifier](https://codingtrain.github.io/Toy-Neural-Network-JS/examples/doodle_classification/), [Coding Challenge on YouTube](https://www.youtube.com/watch?v=pqY_Tn2SIVA&list=PLRqwX-V7Uu6Zs14zKVuTuit6jApJgoYZQ) ## To-Do List