You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/week39/week39.do.txt
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
TITLE: Week 39: Optimization and Gradient Methods
1
+
TITLE: Week 39: Resampling methods and logistic regression
2
2
AUTHOR: Morten Hjorth-Jensen {copyright, 1999-present|CC BY-NC} at Department of Physics, University of Oslo
3
3
DATE: Week 39
4
4
@@ -11,16 +11,8 @@ DATE: Week 39
11
11
===== Lecture Monday September 22 =====
12
12
13
13
!bblock Material for the lecture on Monday September 22
14
-
* Repetition of Logistic regression equations and classification problems and discussion of Gradient methods. Examples on how to implement Logistic Regression and discussion of gradient methods
15
-
* Stochastic Gradient descent with examples and automatic differentiation (theme also for next week).
16
14
# * "Video of lecture":"https://youtu.be/ISGpTC28Vmk"
* For a good discussion on gradient methods, we would like to recommend Goodfellow et al section 4.3-4.5 and sections 8.3-8.6. We will come back to the latter chapter in our discussion of Neural networks as well.
21
-
* Raschka et al, pages 53-76 on Logistic regression and pages 37-52 on gradient optimization
22
-
* "Video on gradient descent":"https://www.youtube.com/watch?v=sDv4f4s2SB8"
23
-
* "Video on stochastic gradient descent":"https://www.youtube.com/watch?v=vMh0zPT0tLI"
0 commit comments