From cd5afcbb97b5ec5f19d60270e8c9f281d60377f9 Mon Sep 17 00:00:00 2001 From: Adam Morris Date: Thu, 8 Feb 2018 06:20:41 +1000 Subject: [PATCH] Fix typo --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index cd234d3..96c3b90 100644 --- a/TODO.md +++ b/TODO.md @@ -2,7 +2,7 @@ * Redo gradient descent video about * delta weight formulas, connect to "mathematics of gradient" video -* Implment gradient descent in library / with code +* Implement gradient descent in library / with code * Talk about different activation function * XOR coding challenge * MNIST coding challenge