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
+3 -3
View File
@@ -191,7 +191,7 @@ MathJax.Hub.Config({
<center>[2] <b>Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University</b></center>
<br>
<p>
<center><h4>Sep 29, 2020</h4></center> <!-- date -->
<center><h4>Sep 30, 2020</h4></center> <!-- date -->
<br>
<p>
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
@@ -199,8 +199,8 @@ MathJax.Hub.Config({
<h2 id="___sec0">Plan for week 40 </h2>
<ul>
<li> Thursday: Stochastic Gradient descent with examples and automatic differeantion and begin Neural Networks</li>
<li> Friday: Neural Networks, setting up the basic steps</li>
<li> Thursday: Stochastic Gradient descent with examples and automatic differentiation and begin Neural Networks</li>
<li> Friday: Neural Networks, setting up the basic steps, from the simple perceptron model to the multi-layer perceptron model</li>
</ul>
Reading suggestions for both days: <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/Textbooks/TensorflowML.pdf" target="_blank">Aurelien Geron's chapter 10</a> and Hastie et al chapter 11.