We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a033f5 + 7e2e2c5 commit c4019d6Copy full SHA for c4019d6
TODO.md
@@ -1,8 +1,10 @@
1
# To-Do List
2
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
+* [x] Redo gradient descent video about
+* [x] delta weight formulas, connect to "mathematics of gradient" video
+* [x] Impelment gradient descent in library / with code
+* [ ] XOR coding challenge
+* [ ] MNIST coding challenge
+* [ ] Support for multiple hidden layers
9
+* [ ] Support for different activation functions
10
+* [ ] Combine with ml5 / deeplearnjs.
0 commit comments