From 5ecde149e37194c4a377f9e9f1c5a060c4b9c11f Mon Sep 17 00:00:00 2001 From: JonasFovea <30690893+JonasFovea@users.noreply.github.com> Date: Wed, 7 Feb 2018 21:22:31 +0100 Subject: [PATCH] Coding Challenge: the "Hello World" of NN - handwritten number recognition --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 152c27e..99e9c47 100644 --- a/TODO.md +++ b/TODO.md @@ -8,3 +8,4 @@ * [ ] Support for multiple hidden layers * [ ] Support for different activation functions * [ ] Combine with ml5 / deeplearnjs. +* [ ] Coding Challenge: the "Hello World" of NN - handwritten number recognition