diff --git a/doc/LectureNotes/_build/.doctrees/environment.pickle b/doc/LectureNotes/_build/.doctrees/environment.pickle index c42a01476..e49557825 100644 Binary files a/doc/LectureNotes/_build/.doctrees/environment.pickle and b/doc/LectureNotes/_build/.doctrees/environment.pickle differ diff --git a/doc/LectureNotes/_build/.doctrees/schedule.doctree b/doc/LectureNotes/_build/.doctrees/schedule.doctree index 94e8eb0b3..97b29328b 100644 Binary files a/doc/LectureNotes/_build/.doctrees/schedule.doctree and b/doc/LectureNotes/_build/.doctrees/schedule.doctree differ diff --git a/doc/LectureNotes/_build/html/_sources/schedule.md b/doc/LectureNotes/_build/html/_sources/schedule.md index 6201c12ff..7587fa9bc 100644 --- a/doc/LectureNotes/_build/html/_sources/schedule.md +++ b/doc/LectureNotes/_build/html/_sources/schedule.md @@ -89,16 +89,13 @@ For the reading assignments we use the following abbreviations: ### Week 39 September 26-30 - Lab Wednesday: Work on Project 1 -- Lecture Thursday: Gradient Optimization methods - - Video of Lecture at -- Lecture Friday: Gradient methods - - Video of Lecture at -- Reading recommendations: +- Lecture Thursday: * 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 +* Friday: Stochastic Gradient descent with examples and automatic differentiation + +* Reading recommendations: - See lecture notes for week 39 at https://compphysics.github.io/MachineLearning/doc/web/course.html. - For a good discussion on gradient methods, see Goodfellow et al section 4.3-4.5 and chapter 8. We will come back to the latter chapter in our discussion of Neural networks as well. - - ### Week 40 October 3-7 - Lab Wednesday: Wrap up project 1 - Lecture Thursday: Stochastic gradient descent, automatic differentiation and start discussion of feed-forward Neural Network code for regression and classification diff --git a/doc/LectureNotes/_build/html/schedule.html b/doc/LectureNotes/_build/html/schedule.html index 28842c1d4..1326aed3b 100644 --- a/doc/LectureNotes/_build/html/schedule.html +++ b/doc/LectureNotes/_build/html/schedule.html @@ -524,16 +524,10 @@ const thebe_selector_output = ".output, .cell_output"
Lab Wednesday: Work on Project 1
Lecture Thursday: Gradient Optimization methods
-Video of Lecture at
Lecture Thursday: * 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
Lecture Friday: Gradient methods
-Video of Lecture at
Friday: Stochastic Gradient descent with examples and automatic differentiation
Reading recommendations:
See lecture notes for week 39 at https://compphysics.github.io/MachineLearning/doc/web/course.html.