added video

This commit is contained in:
Morten Hjorth-Jensen
2022-10-04 17:43:25 +02:00
parent b3eff4b19a
commit ca80391647
6 changed files with 1202 additions and 883 deletions
+5
View File
@@ -205,6 +205,11 @@ MathJax.Hub.Config({
</ul>
<p>
<p><li> Friday: Stochastic Gradient descent with examples and automatic differentiation</li>
<ul>
<p><li> <a href="https://youtu.be/OH6I_oscwPc" target="_blank">Video of lecture</a></li>
</ul>
<p>
<p><li> Reading recommendations:</li>
</ul>
<p>
@@ -345,6 +345,9 @@ MathJax.Hub.Config({
<li> <a href="https://youtu.be/rDBj50Lv3Go" target="_blank">Video of lecture</a></li>
</ul>
<li> Friday: Stochastic Gradient descent with examples and automatic differentiation</li>
<ul>
<li> <a href="https://youtu.be/OH6I_oscwPc" target="_blank">Video of lecture</a></li>
</ul>
<li> Reading recommendations:</li>
</ul>
<p>See <a href="https://compphysics.github.io/MachineLearning/doc/web/course.html" target="_blank">lecture notes for week 39</a>.
+3
View File
@@ -422,6 +422,9 @@ MathJax.Hub.Config({
<li> <a href="https://youtu.be/rDBj50Lv3Go" target="_blank">Video of lecture</a></li>
</ul>
<li> Friday: Stochastic Gradient descent with examples and automatic differentiation</li>
<ul>
<li> <a href="https://youtu.be/OH6I_oscwPc" target="_blank">Video of lecture</a></li>
</ul>
<li> Reading recommendations:</li>
</ul>
<p>See <a href="https://compphysics.github.io/MachineLearning/doc/web/course.html" target="_blank">lecture notes for week 39</a>.
Binary file not shown.
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -8,7 +8,7 @@ DATE: today
* Thursday: Repetition of Logistic regression equations and classification problems and discussion of Gradient methods. Examples on how to implement Logistic Regression and discussion of stochastic gradient descent
* "Video of lecture":"https://youtu.be/rDBj50Lv3Go"
* Friday: Stochastic Gradient descent with examples and automatic differentiation
* "Video of lecture":"https://youtu.be/OH6I_oscwPc"
* "Video of lecture":"https://youtu.be/OH6I_oscwPc"
* Reading recommendations:
See "lecture notes for week 39":"https://compphysics.github.io/MachineLearning/doc/web/course.html".