updated schedule

This commit is contained in:
Morten Hjorth-Jensen
2022-08-28 22:17:11 +02:00
parent 512d5e4630
commit afdd475a75
5 changed files with 15 additions and 12 deletions
Binary file not shown.
Binary file not shown.
@@ -36,23 +36,24 @@ For the reading assignments we use the following abbreviations:
- See lecture notes for week 34 at https://compphysics.github.io/MachineLearning/doc/web/course.html
### Week 35 August 29-September 2
- Lab Wednesday: Work on exercises 1-3 for week 35
- Thursday: Review of ordinary Least Squares with applications and discussion of Ridge Regression and Singular Value Decomposition
- Lab Wednesday: Work on exercises 1-5 for week 35
- Thursday: Review of ordinary Least Squares with applications, reminder on statistics and start discussion of Ridge Regression and Singular Value Decomposition
- Video of lecture Thursday at
- Friday: Analysis of Ridge and Lasso Regression and links with Singular Value Decomposition
- Friday: Discussion of Ridge and Lasso Regression and links with Singular Value Decomposition
- Video of lecture Friday at
- Reading recommendations:
- See lecture notes for week 35 at https://compphysics.github.io/MachineLearning/doc/web/course.html.
- For a review on statistics see jupyter-book https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/statistics.html, the most relevant parts are covered by sections 1.1.1-1.1.5
- HTF chapter 3. GBC chapters 1 and and sections 3.1-3.11 and 5.1
- CMB sections 1.1 and 3.1
- A good review on statistics is given by Murphy's text, chapter 2, see https://github.com/CompPhysics/MachineLearning/blob/master/doc/Textbooks/MachineLearningMurphy.pdf
### Week 36 September 5-9
- Lab Wednesday: Exercises 1 and 2 from week 36
- Lecture Thursday: Summary from last week on SVD, Statistics, probability theory and linear regression
- Lecture Thursday: Summary from last week on SVD, more on Statistics, probability theory and linear regression
- Video of Lecture
- Friday: Linear Regression and links with Statistics, Resampling methods and presentation of first project.
- Friday: Linear Regression and more links with Statistics, Resampling methods and presentation of first project.
- Video of Lecture
- Reading recommendations:
+7 -5
View File
@@ -533,16 +533,18 @@ const thebe_selector_output = ".output, .cell_output"
<div class="section" id="week-35-august-29-september-2">
<h3>Week 35 August 29-September 2<a class="headerlink" href="#week-35-august-29-september-2" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Lab Wednesday: Work on exercises 1-3 for week 35</p></li>
<li><p>Thursday: Review of ordinary Least Squares with applications and discussion of Ridge Regression and Singular Value Decomposition</p></li>
<li><p>Lab Wednesday: Work on exercises 1-5 for week 35</p></li>
<li><p>Thursday: Review of ordinary Least Squares with applications, reminder on statistics and start discussion of Ridge Regression and Singular Value Decomposition</p></li>
<li><p>Video of lecture Thursday at</p></li>
<li><p>Friday: Analysis of Ridge and Lasso Regression and links with Singular Value Decomposition</p></li>
<li><p>Friday: Discussion of Ridge and Lasso Regression and links with Singular Value Decomposition</p></li>
<li><p>Video of lecture Friday at</p></li>
<li><p>Reading recommendations:</p>
<ul>
<li><p>See lecture notes for week 35 at <a class="reference external" href="https://compphysics.github.io/MachineLearning/doc/web/course.html">https://compphysics.github.io/MachineLearning/doc/web/course.html</a>.</p></li>
<li><p>For a review on statistics see jupyter-book <a class="reference external" href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/statistics.html">https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/statistics.html</a>, the most relevant parts are covered by sections 1.1.1-1.1.5</p></li>
<li><p>HTF chapter 3. GBC chapters 1 and and sections 3.1-3.11 and 5.1</p></li>
<li><p>CMB sections 1.1 and 3.1</p></li>
<li><p>A good review on statistics is given by Murphys text, chapter 2, see <a class="reference external" href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/Textbooks/MachineLearningMurphy.pdf">https://github.com/CompPhysics/MachineLearning/blob/master/doc/Textbooks/MachineLearningMurphy.pdf</a></p></li>
</ul>
</li>
</ul>
@@ -551,9 +553,9 @@ const thebe_selector_output = ".output, .cell_output"
<h3>Week 36 September 5-9<a class="headerlink" href="#week-36-september-5-9" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Lab Wednesday: Exercises 1 and 2 from week 36</p></li>
<li><p>Lecture Thursday: Summary from last week on SVD, Statistics, probability theory and linear regression</p></li>
<li><p>Lecture Thursday: Summary from last week on SVD, more on Statistics, probability theory and linear regression</p></li>
<li><p>Video of Lecture</p></li>
<li><p>Friday: Linear Regression and links with Statistics, Resampling methods and presentation of first project.</p></li>
<li><p>Friday: Linear Regression and more links with Statistics, Resampling methods and presentation of first project.</p></li>
<li><p>Video of Lecture</p></li>
<li><p>Reading recommendations:</p>
<ul>
File diff suppressed because one or more lines are too long