added video

This commit is contained in:
Morten Hjorth-Jensen
2022-09-29 15:24:43 +02:00
parent da4b20036f
commit 760bbe1092
6 changed files with 1129 additions and 691 deletions
+5
View File
@@ -199,6 +199,11 @@ MathJax.Hub.Config({
<ul>
<p><li> 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</li>
<ul>
<p><li> <a href="https://youtu.be/rDBj50Lv3Go" target="_blank">Video of lecture</a></li>
</ul>
<p>
<p><li> Friday: Stochastic Gradient descent with examples and automatic differentiation</li>
<p><li> Reading recommendations:</li>
</ul>
@@ -314,6 +314,9 @@ MathJax.Hub.Config({
<ul>
<li> 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</li>
<ul>
<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>
<li> Reading recommendations:</li>
</ul>
+3
View File
@@ -391,6 +391,9 @@ MathJax.Hub.Config({
<ul>
<li> 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</li>
<ul>
<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>
<li> Reading recommendations:</li>
</ul>
Binary file not shown.
File diff suppressed because one or more lines are too long
+1
View File
@@ -6,6 +6,7 @@ DATE: today
===== Plan for week 39 =====
* 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
* Reading recommendations: