Skip to content

Commit c4019d6

Browse files
authored
Merge pull request #29 from CodingTrain/shiffman-patch-1
Update TODO.md
2 parents 4a033f5 + 7e2e2c5 commit c4019d6

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

TODO.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# To-Do List
22

3-
* Redo gradient descent video about
4-
* delta weight formulas, connect to "mathematics of gradient" video
5-
* Implment gradient descent in library / with code
6-
* Talk about different activation function
7-
* XOR coding challenge
8-
* MNIST coding challenge
3+
* [x] Redo gradient descent video about
4+
* [x] delta weight formulas, connect to "mathematics of gradient" video
5+
* [x] Impelment gradient descent in library / with code
6+
* [ ] XOR coding challenge
7+
* [ ] MNIST coding challenge
8+
* [ ] Support for multiple hidden layers
9+
* [ ] Support for different activation functions
10+
* [ ] Combine with ml5 / deeplearnjs.

0 commit comments

Comments
 (0)