small update on lecture notes and schedule

This commit is contained in:
Morten Hjorth-Jensen
2021-10-27 07:21:07 +02:00
parent 19b31a1e89
commit 6fef28a7b8
6 changed files with 7 additions and 4 deletions
Binary file not shown.
Binary file not shown.
@@ -134,10 +134,11 @@ For the reading assignments we use the following abbreviations:
### Week 43 October 25-29
- Lab Wednesday: Work on project 2
- Lecture Thursday: Recurrent Neural Networks
- Lecture Friday: Recurrent Neural Networks and time series
- Lecture Friday: Recurrent Neural Networks and principal component analysis (PCA)
- 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
- For PCA see lecture notes (jupyter book) chapter 11 and also chapter 12 on clustering. Geron's chapter 8 is also a good read.
### Week 44 November 1-5
- Lab Wednesday: Work on project 2
+2 -1
View File
@@ -608,11 +608,12 @@
<ul class="simple">
<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>Lecture Friday: Recurrent Neural Networks and principal component analysis (PCA)</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>
<li><p>For PCA see lecture notes (jupyter book) chapter 11 and also chapter 12 on clustering. Gerons chapter 8 is also a good read.</p></li>
</ul>
</li>
</ul>
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -134,10 +134,11 @@ For the reading assignments we use the following abbreviations:
### Week 43 October 25-29
- Lab Wednesday: Work on project 2
- Lecture Thursday: Recurrent Neural Networks
- Lecture Friday: Recurrent Neural Networks and time series
- Lecture Friday: Recurrent Neural Networks and principal component analysis (PCA)
- 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
- For PCA see lecture notes (jupyter book) chapter 11 and also chapter 12 on clustering. Geron's chapter 8 is also a good read.
### Week 44 November 1-5
- Lab Wednesday: Work on project 2