update of week 40

This commit is contained in:
mhjensen
2020-09-30 21:56:51 +02:00
parent 4dd84d8714
commit 8ae6436fcd
9 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ DATE: today
!split
===== Plan for week 40 =====
* Thursday: Stochastic Gradient descent with examples and automatic differeantion and begin Neural Networks
* Friday: Neural Networks, setting up the basic steps
* Thursday: Stochastic Gradient descent with examples and automatic differentiation and begin Neural Networks
* Friday: Neural Networks, setting up the basic steps, from the simple perceptron model to the multi-layer perceptron model
Reading suggestions for both days: "Aurelien Geron's chapter 10":"https://github.com/CompPhysics/MachineLearning/blob/master/doc/Textbooks/TensorflowML.pdf" and Hastie et al chapter 11.
For Stochastic Gradient Descent, we recommend chapter 4 of Geron's text.