From c471f5ae1e2d1fd4ba80bdb4cd909376b1645f10 Mon Sep 17 00:00:00 2001 From: David Martos Date: Wed, 7 Feb 2018 21:20:37 +0100 Subject: [PATCH] Fix typo in TODO.md (Impelment) --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 152c27e..8663d6f 100644 --- a/TODO.md +++ b/TODO.md @@ -2,7 +2,7 @@ * [x] Redo gradient descent video about * [x] delta weight formulas, connect to "mathematics of gradient" video -* [x] Impelment gradient descent in library / with code +* [x] Implement gradient descent in library / with code * [ ] XOR coding challenge * [ ] MNIST coding challenge * [ ] Support for multiple hidden layers