added video

This commit is contained in:
Morten Hjorth-Jensen
2022-10-07 15:35:18 +02:00
parent 4951b2d0b3
commit 6d319c591f
9 changed files with 830 additions and 472 deletions
+1 -1
View File
@@ -327,7 +327,7 @@ MathJax.Hub.Config({
</center>
<br>
<center>
<h4>Oct 6, 2022</h4>
<h4>Oct 7, 2022</h4>
</center> <!-- date -->
<br>
+3
View File
@@ -317,6 +317,9 @@ MathJax.Hub.Config({
<li> <a href="https://youtu.be/sCHiGSoG2lE" target="_self">Video of lecture</a></li>
</ul>
<li> Friday: Neural Networks, setting up the basic steps, from the simple perceptron model to the multi-layer perceptron model. Presentation of project 2.</li>
<ul>
<li> <a href="https://youtu.be/hDTtA7PRRfI" target="_self">Video of lecture</a></li>
</ul>
</ul>
<p>Reading suggestions for both days: <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/Textbooks/TensorflowML.pdf" target="_self">Aurelien Geron's chapter 10</a> and Hastie et al chapter 11.
For Stochastic Gradient Descent, we recommend chapter 4 of Geron's text.
+1 -1
View File
@@ -327,7 +327,7 @@ MathJax.Hub.Config({
</center>
<br>
<center>
<h4>Oct 6, 2022</h4>
<h4>Oct 7, 2022</h4>
</center> <!-- date -->
<br>
+6 -1
View File
@@ -184,7 +184,7 @@ MathJax.Hub.Config({
</center>
<br>
<center>
<h4>Oct 6, 2022</h4>
<h4>Oct 7, 2022</h4>
</center> <!-- date -->
<br>
@@ -205,6 +205,11 @@ MathJax.Hub.Config({
</ul>
<p>
<p><li> Friday: Neural Networks, setting up the basic steps, from the simple perceptron model to the multi-layer perceptron model. Presentation of project 2.</li>
<ul>
<p><li> <a href="https://youtu.be/hDTtA7PRRfI" target="_blank">Video of lecture</a></li>
</ul>
<p>
</ul>
<p>
<p>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.
+4 -1
View File
@@ -265,7 +265,7 @@ MathJax.Hub.Config({
</center>
<br>
<center>
<h4>Oct 6, 2022</h4>
<h4>Oct 7, 2022</h4>
</center> <!-- date -->
<br>
@@ -278,6 +278,9 @@ MathJax.Hub.Config({
<li> <a href="https://youtu.be/sCHiGSoG2lE" target="_blank">Video of lecture</a></li>
</ul>
<li> Friday: Neural Networks, setting up the basic steps, from the simple perceptron model to the multi-layer perceptron model. Presentation of project 2.</li>
<ul>
<li> <a href="https://youtu.be/hDTtA7PRRfI" target="_blank">Video of lecture</a></li>
</ul>
</ul>
<p>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.
For Stochastic Gradient Descent, we recommend chapter 4 of Geron's text.
+4 -1
View File
@@ -342,7 +342,7 @@ MathJax.Hub.Config({
</center>
<br>
<center>
<h4>Oct 6, 2022</h4>
<h4>Oct 7, 2022</h4>
</center> <!-- date -->
<br>
@@ -355,6 +355,9 @@ MathJax.Hub.Config({
<li> <a href="https://youtu.be/sCHiGSoG2lE" target="_blank">Video of lecture</a></li>
</ul>
<li> Friday: Neural Networks, setting up the basic steps, from the simple perceptron model to the multi-layer perceptron model. Presentation of project 2.</li>
<ul>
<li> <a href="https://youtu.be/hDTtA7PRRfI" target="_blank">Video of lecture</a></li>
</ul>
</ul>
<p>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.
For Stochastic Gradient Descent, we recommend chapter 4 of Geron's text.
Binary file not shown.
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -9,7 +9,7 @@ DATE: today
* Thursday: Repetion and summary of Stochastic Gradient descent with examples and automatic differentiation and begin Neural Networks.
* "Video of lecture":"https://youtu.be/sCHiGSoG2lE"
* Friday: Neural Networks, setting up the basic steps, from the simple perceptron model to the multi-layer perceptron model. Presentation of project 2.
* "Video of lecture":"https://youtu.be/hDTtA7PRRfI"
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.