updating schedule

This commit is contained in:
Morten Hjorth-Jensen
2021-09-15 08:52:28 +02:00
parent bc769cbc9f
commit eee96f1e0d
6 changed files with 140 additions and 53 deletions
Binary file not shown.
Binary file not shown.
@@ -79,69 +79,91 @@ For the reading assignments we use the following abbreviations:
- Reading recommendations:
- See lecture notes for week 38 at https://compphysics.github.io/MachineLearning/doc/web/course.html.
- Chapter
- Bishop 4.1, 4.2 and 4.3. Not all the material is relevant or will be covered. Section 4.3 is the most relevant, but 4.1 and 4.2 give interesting background readings for logistic regression
- Hastie et al 4.1, 4.2 and 4.3 on logistic regression
- 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 39 September 27- October 1
- Lab Wednesday: Work on Project 1
- Lecture Thursday: Gradient Optimization methods
- Lecture Friday: Deep Learning and Neural Networks
- Lecture Friday: Gradient methods and Deep Learning and Neural Networks
- 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.
- For neural networks we recommend Goodfellow et al chapters 6 and 7 and Bishop 5.1-5.4
### Week 40 October 4-8
- Lab Wednesday: Wrap up project 1 and start project 2
- Lecture Thursday: Writing a feed-forward Neural Network code for regression and classification
- Lecture Friday: Deep Learning and TensorFlow and Keras
- Reading recommendations:
- See lecture notes for week 40 at https://compphysics.github.io/MachineLearning/doc/web/course.html.
- For neural networks we recommend Goodfellow et al chapters 6 and 7 and Bishop 5.1-5.4
### Week 41 October 11-15
- Lab Wednesday:
- Lab Wednesday: Work on project 2
- Lecture Thursday: Deep learning and Neural Networks
- Lecture Friday: Convolutional Neural Networks, basic elements
- Reading recommendations:
- GoodFellow et al, Chapter 9
- See lecture notes for week 41 at https://compphysics.github.io/MachineLearning/doc/web/course.html.
- For neural networks we recommend Goodfellow et al chapters 6 and 7. For CNNs, see Goodfellow et al chapter 9. chapter 11 and 12 on practicalities and applications
### Week 42 October 18-22
- Lab Wednesday:
- Lab Wednesday: Work on project 2
- Lecture Thursday: Convolutional Neural Networks and classification problems
- Lecture Friday: Convolutional Neural Networks and classification problems
- Reading recommendations:
- See lecture notes for week 42 at https://compphysics.github.io/MachineLearning/doc/web/course.html.
- For neural networks we recommend Goodfellow et al chapters 6 and 7. For CNNs, see Goodfellow et al chapter 9. See also chapter 11 and 12 on practicalities and applications
### Week 43 October 25-29
- Lab Wednesday:
- Lab Wednesday: Work on project 2
- Lecture Thursday: Recurrent Neural Networks
- Lecture Friday: Recurrent Neural Networks and time series
- Reading recommendations:
- See lecture notes for week 43 at https://compphysics.github.io/MachineLearning/doc/web/course.html.
- For RNNs, see Goodfellow et al chapter 10 and discussions in chapter 11 and 12 on practicalities and applications
### Week 44 November 1-5
- Lab Wednesday:
- Lab Wednesday: Work on project 2
- Lecture Thursday: Decision trees, classification and regression
- Lecture Friday: Decision trees, basic algorithms
- Reading recommendations:
- See lecture notes for week 44 at https://compphysics.github.io/MachineLearning/doc/web/course.html.
- Hastie et al sections 9.1 and 9.2
### Week 45 November 8-12
- Lab Wednesday:
- Lab Wednesday: Work on project 3
- Lecture Thursday: Ensemble methods, bagging and random forests
- Lecture Friday: Boosting and gradient boosting
- Reading recommendations:
- See lecture notes for week 45 at https://compphysics.github.io/MachineLearning/doc/web/course.html.
- Hastie et al chapter 10
### Week 46 November 15-19
- Lab Wednesday:
- Lecture Thursday:
- Lecture Friday: Unsupervised Learning, k-means
- Lab Wednesday: Work on project 3
- Lecture Thursday: Support Vector machines
- Lecture Friday: Support Vector machines
- Reading recommendations:
- See lecture notes for week 46 at https://compphysics.github.io/MachineLearning/doc/web/course.html.
- Hastie et al chapter 12
### Week 47 November 22-26
- Lab Wednesday:
- Lab Wednesday: Work on project 3
- Lecture Thursday: Unsupervised Learning, Principal Component Analysis (PCA)
- Lecture Friday: Unsupervised Learning and PCA and Clustering
- Lecture Friday: Unsupervised Learning and PCA, k-means and Clustering
- Reading recommendations:
- See lecture notes for week 47 at https://compphysics.github.io/MachineLearning/doc/web/course.html.
### Week 48 November 29- December 2
- Lab Wednesday:
- Lab Wednesday: Work on project 3
- Lecture Thursday: Unsupervised Learning and Clustering
- Lecture Friday: Summary of course
- Reading recommendations:
- See lecture notes for week 48 at https://compphysics.github.io/MachineLearning/doc/web/course.html.
+65 -22
View File
@@ -481,7 +481,9 @@
<li><p>Reading recommendations:</p>
<ul>
<li><p>See lecture notes for week 38 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>Chapter</p></li>
<li><p>Bishop 4.1, 4.2 and 4.3. Not all the material is relevant or will be covered. Section 4.3 is the most relevant, but 4.1 and 4.2 give interesting background readings for logistic regression</p></li>
<li><p>Hastie et al 4.1, 4.2 and 4.3 on logistic regression</p></li>
<li><p>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.</p></li>
</ul>
</li>
</ul>
@@ -491,10 +493,12 @@
<ul class="simple">
<li><p>Lab Wednesday: Work on Project 1</p></li>
<li><p>Lecture Thursday: Gradient Optimization methods</p></li>
<li><p>Lecture Friday: Deep Learning and Neural Networks</p></li>
<li><p>Lecture Friday: Gradient methods and Deep Learning and Neural Networks</p></li>
<li><p>Reading recommendations:</p>
<ul>
<li><p>See lecture notes for week 39 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 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.</p></li>
<li><p>For neural networks we recommend Goodfellow et al chapters 6 and 7 and Bishop 5.1-5.4</p></li>
</ul>
</li>
</ul>
@@ -505,18 +509,24 @@
<li><p>Lab Wednesday: Wrap up project 1 and start project 2</p></li>
<li><p>Lecture Thursday: Writing a feed-forward Neural Network code for regression and classification</p></li>
<li><p>Lecture Friday: Deep Learning and TensorFlow and Keras</p></li>
<li><p>Reading recommendations:</p></li>
<li><p>Reading recommendations:</p>
<ul>
<li><p>See lecture notes for week 40 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 neural networks we recommend Goodfellow et al chapters 6 and 7 and Bishop 5.1-5.4</p></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="week-41-october-11-15">
<h3>Week 41 October 11-15<a class="headerlink" href="#week-41-october-11-15" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Lab Wednesday:</p></li>
<li><p>Lab Wednesday: Work on project 2</p></li>
<li><p>Lecture Thursday: Deep learning and Neural Networks</p></li>
<li><p>Lecture Friday: Convolutional Neural Networks, basic elements</p></li>
<li><p>Reading recommendations:</p>
<ul>
<li><p>GoodFellow et al, Chapter 9</p></li>
<li><p>See lecture notes for week 41 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 neural networks we recommend Goodfellow et al chapters 6 and 7. For CNNs, see Goodfellow et al chapter 9. chapter 11 and 12 on practicalities and applications</p></li>
</ul>
</li>
</ul>
@@ -524,64 +534,97 @@
<div class="section" id="week-42-october-18-22">
<h3>Week 42 October 18-22<a class="headerlink" href="#week-42-october-18-22" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Lab Wednesday:</p></li>
<li><p>Lab Wednesday: Work on project 2</p></li>
<li><p>Lecture Thursday: Convolutional Neural Networks and classification problems</p></li>
<li><p>Lecture Friday: Convolutional Neural Networks and classification problems</p></li>
<li><p>Reading recommendations:</p></li>
<li><p>Reading recommendations:</p>
<ul>
<li><p>See lecture notes for week 42 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 neural networks we recommend Goodfellow et al chapters 6 and 7. For CNNs, see Goodfellow et al chapter 9. See also chapter 11 and 12 on practicalities and applications</p></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="week-43-october-25-29">
<h3>Week 43 October 25-29<a class="headerlink" href="#week-43-october-25-29" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Lab Wednesday:</p></li>
<li><p>Lab Wednesday: Work on project 2</p></li>
<li><p>Lecture Thursday: Recurrent Neural Networks</p></li>
<li><p>Lecture Friday: Recurrent Neural Networks and time series</p></li>
<li><p>Reading recommendations:</p></li>
<li><p>Reading recommendations:</p>
<ul>
<li><p>See lecture notes for week 43 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 RNNs, see Goodfellow et al chapter 10 and discussions in chapter 11 and 12 on practicalities and applications</p></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="week-44-november-1-5">
<h3>Week 44 November 1-5<a class="headerlink" href="#week-44-november-1-5" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Lab Wednesday:</p></li>
<li><p>Lab Wednesday: Work on project 2</p></li>
<li><p>Lecture Thursday: Decision trees, classification and regression</p></li>
<li><p>Lecture Friday: Decision trees, basic algorithms</p></li>
<li><p>Reading recommendations:</p></li>
<li><p>Reading recommendations:</p>
<ul>
<li><p>See lecture notes for week 44 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>Hastie et al sections 9.1 and 9.2</p></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="week-45-november-8-12">
<h3>Week 45 November 8-12<a class="headerlink" href="#week-45-november-8-12" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Lab Wednesday:</p></li>
<li><p>Lab Wednesday: Work on project 3</p></li>
<li><p>Lecture Thursday: Ensemble methods, bagging and random forests</p></li>
<li><p>Lecture Friday: Boosting and gradient boosting</p></li>
<li><p>Reading recommendations:</p></li>
<li><p>Reading recommendations:</p>
<ul>
<li><p>See lecture notes for week 45 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>Hastie et al chapter 10</p></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="week-46-november-15-19">
<h3>Week 46 November 15-19<a class="headerlink" href="#week-46-november-15-19" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Lab Wednesday:</p></li>
<li><p>Lecture Thursday:</p></li>
<li><p>Lecture Friday: Unsupervised Learning, k-means</p></li>
<li><p>Reading recommendations:</p></li>
<li><p>Lab Wednesday: Work on project 3</p></li>
<li><p>Lecture Thursday: Support Vector machines</p></li>
<li><p>Lecture Friday: Support Vector machines</p></li>
<li><p>Reading recommendations:</p>
<ul>
<li><p>See lecture notes for week 46 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>Hastie et al chapter 12</p></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="week-47-november-22-26">
<h3>Week 47 November 22-26<a class="headerlink" href="#week-47-november-22-26" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Lab Wednesday:</p></li>
<li><p>Lab Wednesday: Work on project 3</p></li>
<li><p>Lecture Thursday: Unsupervised Learning, Principal Component Analysis (PCA)</p></li>
<li><p>Lecture Friday: Unsupervised Learning and PCA and Clustering</p></li>
<li><p>Reading recommendations:</p></li>
<li><p>Lecture Friday: Unsupervised Learning and PCA, k-means and Clustering</p></li>
<li><p>Reading recommendations:</p>
<ul>
<li><p>See lecture notes for week 47 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>
</ul>
</li>
</ul>
</div>
<div class="section" id="week-48-november-29-december-2">
<h3>Week 48 November 29- December 2<a class="headerlink" href="#week-48-november-29-december-2" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Lab Wednesday:</p></li>
<li><p>Lab Wednesday: Work on project 3</p></li>
<li><p>Lecture Thursday: Unsupervised Learning and Clustering</p></li>
<li><p>Lecture Friday: Summary of course</p></li>
<li><p>Reading recommendations:</p></li>
<li><p>Reading recommendations:</p>
<ul>
<li><p>See lecture notes for week 48 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>
</ul>
</li>
</ul>
</div>
</div>
File diff suppressed because one or more lines are too long
+37 -15
View File
@@ -79,69 +79,91 @@ For the reading assignments we use the following abbreviations:
- Reading recommendations:
- See lecture notes for week 38 at https://compphysics.github.io/MachineLearning/doc/web/course.html.
- Chapter
- Bishop 4.1, 4.2 and 4.3. Not all the material is relevant or will be covered. Section 4.3 is the most relevant, but 4.1 and 4.2 give interesting background readings for logistic regression
- Hastie et al 4.1, 4.2 and 4.3 on logistic regression
- 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 39 September 27- October 1
- Lab Wednesday: Work on Project 1
- Lecture Thursday: Gradient Optimization methods
- Lecture Friday: Deep Learning and Neural Networks
- Lecture Friday: Gradient methods and Deep Learning and Neural Networks
- 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.
- For neural networks we recommend Goodfellow et al chapters 6 and 7 and Bishop 5.1-5.4
### Week 40 October 4-8
- Lab Wednesday: Wrap up project 1 and start project 2
- Lecture Thursday: Writing a feed-forward Neural Network code for regression and classification
- Lecture Friday: Deep Learning and TensorFlow and Keras
- Reading recommendations:
- See lecture notes for week 40 at https://compphysics.github.io/MachineLearning/doc/web/course.html.
- For neural networks we recommend Goodfellow et al chapters 6 and 7 and Bishop 5.1-5.4
### Week 41 October 11-15
- Lab Wednesday:
- Lab Wednesday: Work on project 2
- Lecture Thursday: Deep learning and Neural Networks
- Lecture Friday: Convolutional Neural Networks, basic elements
- Reading recommendations:
- GoodFellow et al, Chapter 9
- See lecture notes for week 41 at https://compphysics.github.io/MachineLearning/doc/web/course.html.
- For neural networks we recommend Goodfellow et al chapters 6 and 7. For CNNs, see Goodfellow et al chapter 9. chapter 11 and 12 on practicalities and applications
### Week 42 October 18-22
- Lab Wednesday:
- Lab Wednesday: Work on project 2
- Lecture Thursday: Convolutional Neural Networks and classification problems
- Lecture Friday: Convolutional Neural Networks and classification problems
- Reading recommendations:
- See lecture notes for week 42 at https://compphysics.github.io/MachineLearning/doc/web/course.html.
- For neural networks we recommend Goodfellow et al chapters 6 and 7. For CNNs, see Goodfellow et al chapter 9. See also chapter 11 and 12 on practicalities and applications
### Week 43 October 25-29
- Lab Wednesday:
- Lab Wednesday: Work on project 2
- Lecture Thursday: Recurrent Neural Networks
- Lecture Friday: Recurrent Neural Networks and time series
- Reading recommendations:
- See lecture notes for week 43 at https://compphysics.github.io/MachineLearning/doc/web/course.html.
- For RNNs, see Goodfellow et al chapter 10 and discussions in chapter 11 and 12 on practicalities and applications
### Week 44 November 1-5
- Lab Wednesday:
- Lab Wednesday: Work on project 2
- Lecture Thursday: Decision trees, classification and regression
- Lecture Friday: Decision trees, basic algorithms
- Reading recommendations:
- See lecture notes for week 44 at https://compphysics.github.io/MachineLearning/doc/web/course.html.
- Hastie et al sections 9.1 and 9.2
### Week 45 November 8-12
- Lab Wednesday:
- Lab Wednesday: Work on project 3
- Lecture Thursday: Ensemble methods, bagging and random forests
- Lecture Friday: Boosting and gradient boosting
- Reading recommendations:
- See lecture notes for week 45 at https://compphysics.github.io/MachineLearning/doc/web/course.html.
- Hastie et al chapter 10
### Week 46 November 15-19
- Lab Wednesday:
- Lecture Thursday:
- Lecture Friday: Unsupervised Learning, k-means
- Lab Wednesday: Work on project 3
- Lecture Thursday: Support Vector machines
- Lecture Friday: Support Vector machines
- Reading recommendations:
- See lecture notes for week 46 at https://compphysics.github.io/MachineLearning/doc/web/course.html.
- Hastie et al chapter 12
### Week 47 November 22-26
- Lab Wednesday:
- Lab Wednesday: Work on project 3
- Lecture Thursday: Unsupervised Learning, Principal Component Analysis (PCA)
- Lecture Friday: Unsupervised Learning and PCA and Clustering
- Lecture Friday: Unsupervised Learning and PCA, k-means and Clustering
- Reading recommendations:
- See lecture notes for week 47 at https://compphysics.github.io/MachineLearning/doc/web/course.html.
### Week 48 November 29- December 2
- Lab Wednesday:
- Lab Wednesday: Work on project 3
- Lecture Thursday: Unsupervised Learning and Clustering
- Lecture Friday: Summary of course
- Reading recommendations:
- See lecture notes for week 48 at https://compphysics.github.io/MachineLearning/doc/web/course.html.