Skip to content

Commit 273402b

Browse files
committed
update first week
1 parent e21e621 commit 273402b

File tree

8 files changed

+306
-282
lines changed

8 files changed

+306
-282
lines changed

doc/pub/week1/html/week1-bs.html

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
None,
4747
'deep-learning-methods-covered-tentative'),
4848
('Generative methods', 2, None, 'generative-methods'),
49+
('Reinforcement learning', 2, None, 'reinforcement-learning'),
4950
('Both discriminative and generative',
5051
2,
5152
None,
@@ -364,6 +365,7 @@
364365
<!-- navigation toc: --> <li><a href="#practicalities" style="font-size: 80%;">Practicalities</a></li>
365366
<!-- navigation toc: --> <li><a href="#deep-learning-methods-covered-tentative" style="font-size: 80%;">Deep learning methods covered, tentative</a></li>
366367
<!-- navigation toc: --> <li><a href="#generative-methods" style="font-size: 80%;">Generative methods</a></li>
368+
<!-- navigation toc: --> <li><a href="#reinforcement-learning" style="font-size: 80%;">Reinforcement learning</a></li>
367369
<!-- navigation toc: --> <li><a href="#both-discriminative-and-generative" style="font-size: 80%;">Both discriminative and generative</a></li>
368370
<!-- navigation toc: --> <li><a href="#additional-topics-kernel-regression-gaussian-processes-and-bayesian-statistics-https-jenfb-github-io-bkmr-overview-html" style="font-size: 80%;">"Additional topics: Kernel regression (Gaussian processes) and Bayesian statistics":"https://jenfb.github.io/bkmr/overview.html"</a></li>
369371
<!-- navigation toc: --> <li><a href="#project-paths-overarching-view" style="font-size: 80%;">Project paths, overarching view</a></li>
@@ -491,8 +493,8 @@ <h2 id="overview-of-first-week-january-20-24-2025" class="anchor">Overview of fi
491493
<ol>
492494
<li> Presentation of course</li>
493495
<li> Discussion of possible projects</li>
494-
<li> Deep learning methods, mathematics and review of neural networks</li>
495-
<li> "Video of lecture at <a href="https://youtu.be/SY57dC46L9o" target="_self"><tt>https://youtu.be/SY57dC46L9o</tt></a></li>
496+
<li> Deep learning methods, mathematics and review of neural networks
497+
<!-- o "Video of lecture at <a href="https://youtu.be/SY57dC46L9o" target="_self"><tt>https://youtu.be/SY57dC46L9o</tt></a> --></li>
496498
<li> Recommended reading first three weeks: Raschka et al chapter 11 and Goodfellow et al chapters 6 and 7</li>
497499
<li> Permanent Zoom link for the whole semester is <a href="https://uio.zoom.us/my/mortenhj" target="_self"><tt>https://uio.zoom.us/my/mortenhj</tt></a></li>
498500
</ol>
@@ -504,8 +506,8 @@ <h2 id="overview-of-first-week-january-20-24-2025" class="anchor">Overview of fi
504506
<h2 id="practicalities" class="anchor">Practicalities </h2>
505507

506508
<ol>
507-
<li> Lectures Thursdays 1215pm-2pm, room F&#216;434, Department of Physics</li>
508-
<li> Lab and exercise sessions Thursdays 215pm-4pm, room F&#216;434, Department of Physics</li>
509+
<li> Lectures Thursdays 1015am-12pm, room F&#216;434, Department of Physics</li>
510+
<li> Lab and exercise sessions Thursdays 1215pm-2pm, room F&#216;434, Department of Physics</li>
509511
<li> We plan to work on two projects which will define the content of the course, the format can be agreed upon by the participants</li>
510512
<li> No exam, only two projects. Each projects counts 1/2 of the final grade. Alternatively, one long project which counts 100% of the final grade</li>
511513
<li> All info at the GitHub address <a href="https://github.com/CompPhysics/AdvancedMachineLearning" target="_self"><tt>https://github.com/CompPhysics/AdvancedMachineLearning</tt></a></li>
@@ -519,9 +521,8 @@ <h2 id="deep-learning-methods-covered-tentative" class="anchor">Deep learning me
519521
<li> Feed forward neural networks and its mathematics (NNs)</li>
520522
<li> Convolutional neural networks (CNNs)</li>
521523
<li> Recurrent neural networks (RNNs)</li>
522-
<li> Graph neural networks</li>
523-
<li> Transformers</li>
524524
<li> Autoencoders and principal component analysis</li>
525+
<li> Transformers (tentative)</li>
525526
</ol>
526527
</ol>
527528
<!-- !split -->
@@ -538,6 +539,12 @@ <h2 id="generative-methods" class="anchor">Generative methods </h2>
538539
</ol>
539540
</ol>
540541
<!-- !split -->
542+
<h2 id="reinforcement-learning" class="anchor">Reinforcement learning </h2>
543+
544+
<ol>
545+
<li> Basics of rerinforcement learning (tentative)</li>
546+
</ol>
547+
<!-- !split -->
541548
<h2 id="both-discriminative-and-generative" class="anchor">Both discriminative and generative </h2>
542549

543550
<ol>
@@ -557,8 +564,6 @@ <h2 id="additional-topics-kernel-regression-gaussian-processes-and-bayesian-stat
557564
variable).
558565
</p>
559566

560-
<p>We have not made plans for Reinforcement learning.</p>
561-
562567
<!-- !split -->
563568
<h2 id="project-paths-overarching-view" class="anchor">Project paths, overarching view </h2>
564569

doc/pub/week1/html/week1-reveal.html

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ <h2 id="overview-of-first-week-january-20-24-2025">Overview of first week, Janua
200200
<ol>
201201
<p><li> Presentation of course</li>
202202
<p><li> Discussion of possible projects</li>
203-
<p><li> Deep learning methods, mathematics and review of neural networks</li>
204-
<p><li> "Video of lecture at <a href="https://youtu.be/SY57dC46L9o" target="_blank"><tt>https://youtu.be/SY57dC46L9o</tt></a></li>
203+
<p><li> Deep learning methods, mathematics and review of neural networks
204+
<!-- o "Video of lecture at <a href="https://youtu.be/SY57dC46L9o" target="_blank"><tt>https://youtu.be/SY57dC46L9o</tt></a> --></li>
205205
<p><li> Recommended reading first three weeks: Raschka et al chapter 11 and Goodfellow et al chapters 6 and 7</li>
206206
<p><li> Permanent Zoom link for the whole semester is <a href="https://uio.zoom.us/my/mortenhj" target="_blank"><tt>https://uio.zoom.us/my/mortenhj</tt></a></li>
207207
</ol>
@@ -212,8 +212,8 @@ <h2 id="overview-of-first-week-january-20-24-2025">Overview of first week, Janua
212212
<h2 id="practicalities">Practicalities </h2>
213213

214214
<ol>
215-
<p><li> Lectures Thursdays 1215pm-2pm, room F&#216;434, Department of Physics</li>
216-
<p><li> Lab and exercise sessions Thursdays 215pm-4pm, room F&#216;434, Department of Physics</li>
215+
<p><li> Lectures Thursdays 1015am-12pm, room F&#216;434, Department of Physics</li>
216+
<p><li> Lab and exercise sessions Thursdays 1215pm-2pm, room F&#216;434, Department of Physics</li>
217217
<p><li> We plan to work on two projects which will define the content of the course, the format can be agreed upon by the participants</li>
218218
<p><li> No exam, only two projects. Each projects counts 1/2 of the final grade. Alternatively, one long project which counts 100% of the final grade</li>
219219
<p><li> All info at the GitHub address <a href="https://github.com/CompPhysics/AdvancedMachineLearning" target="_blank"><tt>https://github.com/CompPhysics/AdvancedMachineLearning</tt></a></li>
@@ -229,10 +229,8 @@ <h2 id="deep-learning-methods-covered-tentative">Deep learning methods covered,
229229
<p><li> Feed forward neural networks and its mathematics (NNs)</li>
230230
<p><li> Convolutional neural networks (CNNs)</li>
231231
<p><li> Recurrent neural networks (RNNs)</li>
232-
<p><li> Graph neural networks</li>
233-
<p><li> Transformers</li>
234-
235-
<p><li> Autoencoders and principal component analysis</li>
232+
<p><li> Autoencoders and principal component analysis</li>
233+
<p><li> Transformers (tentative)</li>
236234
</ol>
237235
<p>
238236
</ol>
@@ -254,6 +252,14 @@ <h2 id="generative-methods">Generative methods </h2>
254252
</ol>
255253
</section>
256254

255+
<section>
256+
<h2 id="reinforcement-learning">Reinforcement learning </h2>
257+
258+
<ol>
259+
<p><li> Basics of rerinforcement learning (tentative)</li>
260+
</ol>
261+
</section>
262+
257263
<section>
258264
<h2 id="both-discriminative-and-generative">Both discriminative and generative </h2>
259265

@@ -275,8 +281,6 @@ <h2 id="additional-topics-kernel-regression-gaussian-processes-and-bayesian-stat
275281
large number of variables and a particular outcome (dependent
276282
variable).
277283
</p>
278-
279-
<p>We have not made plans for Reinforcement learning.</p>
280284
</section>
281285

282286
<section>

doc/pub/week1/html/week1-solarized.html

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
None,
7474
'deep-learning-methods-covered-tentative'),
7575
('Generative methods', 2, None, 'generative-methods'),
76+
('Reinforcement learning', 2, None, 'reinforcement-learning'),
7677
('Both discriminative and generative',
7778
2,
7879
None,
@@ -400,8 +401,8 @@ <h2 id="overview-of-first-week-january-20-24-2025">Overview of first week, Janua
400401
<ol>
401402
<li> Presentation of course</li>
402403
<li> Discussion of possible projects</li>
403-
<li> Deep learning methods, mathematics and review of neural networks</li>
404-
<li> "Video of lecture at <a href="https://youtu.be/SY57dC46L9o" target="_blank"><tt>https://youtu.be/SY57dC46L9o</tt></a></li>
404+
<li> Deep learning methods, mathematics and review of neural networks
405+
<!-- o "Video of lecture at <a href="https://youtu.be/SY57dC46L9o" target="_blank"><tt>https://youtu.be/SY57dC46L9o</tt></a> --></li>
405406
<li> Recommended reading first three weeks: Raschka et al chapter 11 and Goodfellow et al chapters 6 and 7</li>
406407
<li> Permanent Zoom link for the whole semester is <a href="https://uio.zoom.us/my/mortenhj" target="_blank"><tt>https://uio.zoom.us/my/mortenhj</tt></a></li>
407408
</ol>
@@ -412,8 +413,8 @@ <h2 id="overview-of-first-week-january-20-24-2025">Overview of first week, Janua
412413
<h2 id="practicalities">Practicalities </h2>
413414

414415
<ol>
415-
<li> Lectures Thursdays 1215pm-2pm, room F&#216;434, Department of Physics</li>
416-
<li> Lab and exercise sessions Thursdays 215pm-4pm, room F&#216;434, Department of Physics</li>
416+
<li> Lectures Thursdays 1015am-12pm, room F&#216;434, Department of Physics</li>
417+
<li> Lab and exercise sessions Thursdays 1215pm-2pm, room F&#216;434, Department of Physics</li>
417418
<li> We plan to work on two projects which will define the content of the course, the format can be agreed upon by the participants</li>
418419
<li> No exam, only two projects. Each projects counts 1/2 of the final grade. Alternatively, one long project which counts 100% of the final grade</li>
419420
<li> All info at the GitHub address <a href="https://github.com/CompPhysics/AdvancedMachineLearning" target="_blank"><tt>https://github.com/CompPhysics/AdvancedMachineLearning</tt></a></li>
@@ -427,9 +428,8 @@ <h2 id="deep-learning-methods-covered-tentative">Deep learning methods covered,
427428
<li> Feed forward neural networks and its mathematics (NNs)</li>
428429
<li> Convolutional neural networks (CNNs)</li>
429430
<li> Recurrent neural networks (RNNs)</li>
430-
<li> Graph neural networks</li>
431-
<li> Transformers</li>
432431
<li> Autoencoders and principal component analysis</li>
432+
<li> Transformers (tentative)</li>
433433
</ol>
434434
</ol>
435435
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
@@ -446,6 +446,12 @@ <h2 id="generative-methods">Generative methods </h2>
446446
</ol>
447447
</ol>
448448
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
449+
<h2 id="reinforcement-learning">Reinforcement learning </h2>
450+
451+
<ol>
452+
<li> Basics of rerinforcement learning (tentative)</li>
453+
</ol>
454+
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
449455
<h2 id="both-discriminative-and-generative">Both discriminative and generative </h2>
450456

451457
<ol>
@@ -465,8 +471,6 @@ <h2 id="additional-topics-kernel-regression-gaussian-processes-and-bayesian-stat
465471
variable).
466472
</p>
467473

468-
<p>We have not made plans for Reinforcement learning.</p>
469-
470474
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
471475
<h2 id="project-paths-overarching-view">Project paths, overarching view </h2>
472476

doc/pub/week1/html/week1.html

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@
150150
None,
151151
'deep-learning-methods-covered-tentative'),
152152
('Generative methods', 2, None, 'generative-methods'),
153+
('Reinforcement learning', 2, None, 'reinforcement-learning'),
153154
('Both discriminative and generative',
154155
2,
155156
None,
@@ -477,8 +478,8 @@ <h2 id="overview-of-first-week-january-20-24-2025">Overview of first week, Janua
477478
<ol>
478479
<li> Presentation of course</li>
479480
<li> Discussion of possible projects</li>
480-
<li> Deep learning methods, mathematics and review of neural networks</li>
481-
<li> "Video of lecture at <a href="https://youtu.be/SY57dC46L9o" target="_blank"><tt>https://youtu.be/SY57dC46L9o</tt></a></li>
481+
<li> Deep learning methods, mathematics and review of neural networks
482+
<!-- o "Video of lecture at <a href="https://youtu.be/SY57dC46L9o" target="_blank"><tt>https://youtu.be/SY57dC46L9o</tt></a> --></li>
482483
<li> Recommended reading first three weeks: Raschka et al chapter 11 and Goodfellow et al chapters 6 and 7</li>
483484
<li> Permanent Zoom link for the whole semester is <a href="https://uio.zoom.us/my/mortenhj" target="_blank"><tt>https://uio.zoom.us/my/mortenhj</tt></a></li>
484485
</ol>
@@ -489,8 +490,8 @@ <h2 id="overview-of-first-week-january-20-24-2025">Overview of first week, Janua
489490
<h2 id="practicalities">Practicalities </h2>
490491

491492
<ol>
492-
<li> Lectures Thursdays 1215pm-2pm, room F&#216;434, Department of Physics</li>
493-
<li> Lab and exercise sessions Thursdays 215pm-4pm, room F&#216;434, Department of Physics</li>
493+
<li> Lectures Thursdays 1015am-12pm, room F&#216;434, Department of Physics</li>
494+
<li> Lab and exercise sessions Thursdays 1215pm-2pm, room F&#216;434, Department of Physics</li>
494495
<li> We plan to work on two projects which will define the content of the course, the format can be agreed upon by the participants</li>
495496
<li> No exam, only two projects. Each projects counts 1/2 of the final grade. Alternatively, one long project which counts 100% of the final grade</li>
496497
<li> All info at the GitHub address <a href="https://github.com/CompPhysics/AdvancedMachineLearning" target="_blank"><tt>https://github.com/CompPhysics/AdvancedMachineLearning</tt></a></li>
@@ -504,9 +505,8 @@ <h2 id="deep-learning-methods-covered-tentative">Deep learning methods covered,
504505
<li> Feed forward neural networks and its mathematics (NNs)</li>
505506
<li> Convolutional neural networks (CNNs)</li>
506507
<li> Recurrent neural networks (RNNs)</li>
507-
<li> Graph neural networks</li>
508-
<li> Transformers</li>
509508
<li> Autoencoders and principal component analysis</li>
509+
<li> Transformers (tentative)</li>
510510
</ol>
511511
</ol>
512512
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
@@ -523,6 +523,12 @@ <h2 id="generative-methods">Generative methods </h2>
523523
</ol>
524524
</ol>
525525
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
526+
<h2 id="reinforcement-learning">Reinforcement learning </h2>
527+
528+
<ol>
529+
<li> Basics of rerinforcement learning (tentative)</li>
530+
</ol>
531+
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
526532
<h2 id="both-discriminative-and-generative">Both discriminative and generative </h2>
527533

528534
<ol>
@@ -542,8 +548,6 @@ <h2 id="additional-topics-kernel-regression-gaussian-processes-and-bayesian-stat
542548
variable).
543549
</p>
544550

545-
<p>We have not made plans for Reinforcement learning.</p>
546-
547551
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
548552
<h2 id="project-paths-overarching-view">Project paths, overarching view </h2>
549553

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)