Skip to content

Commit 3df77cd

Browse files
committed
update first week
1 parent 88e53a8 commit 3df77cd

File tree

8 files changed

+353
-269
lines changed

8 files changed

+353
-269
lines changed

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

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
2,
4646
None,
4747
'deep-learning-methods-covered-tentative'),
48+
('Generative methods', 2, None, 'generative-methods'),
49+
('Both discriminative and generative',
50+
2,
51+
None,
52+
'both-discriminative-and-generative'),
4853
('"Additional topics: Kernel regression (Gaussian processes) '
4954
'and Bayesian '
5055
'statistics":"https://jenfb.github.io/bkmr/overview.html"',
@@ -347,6 +352,8 @@
347352
<!-- navigation toc: --> <li><a href="#overview-of-first-week-january-20-24-2025" style="font-size: 80%;">Overview of first week, January 20-24, 2025</a></li>
348353
<!-- navigation toc: --> <li><a href="#practicalities" style="font-size: 80%;">Practicalities</a></li>
349354
<!-- navigation toc: --> <li><a href="#deep-learning-methods-covered-tentative" style="font-size: 80%;">Deep learning methods covered, tentative</a></li>
355+
<!-- navigation toc: --> <li><a href="#generative-methods" style="font-size: 80%;">Generative methods</a></li>
356+
<!-- navigation toc: --> <li><a href="#both-discriminative-and-generative" style="font-size: 80%;">Both discriminative and generative</a></li>
350357
<!-- 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>
351358
<!-- navigation toc: --> <li><a href="#project-paths-overarching-view" style="font-size: 80%;">Project paths, overarching view</a></li>
352359
<!-- navigation toc: --> <li><a href="#possible-paths-for-the-projects" style="font-size: 80%;">Possible paths for the projects</a></li>
@@ -486,14 +493,14 @@ <h2 id="practicalities" class="anchor">Practicalities </h2>
486493
<li> Lectures Thursdays 1215pm-2pm, room F&#216;434, Department of Physics</li>
487494
<li> Lab and exercise sessions Thursdays 215pm-4pm, room F&#216;434, Department of Physics</li>
488495
<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>
489-
<li> No exam, only two projects. Each projects counts 1/2 of the final grade. Aleternatively, one long project which counts 100% of the final grade</li>
496+
<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>
490497
<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>
491498
</ol>
492499
<!-- !split -->
493500
<h2 id="deep-learning-methods-covered-tentative" class="anchor">Deep learning methods covered, tentative </h2>
494501

495502
<ol>
496-
<li> <b>Deep learning</b>
503+
<li> <b>Deep learning</b>, often described as discriminative methods
497504
<ol type="a"></li>
498505
<li> Feed forward neural networks and its mathematics (NNs)</li>
499506
<li> Convolutional neural networks (CNNs)</li>
@@ -502,6 +509,10 @@ <h2 id="deep-learning-methods-covered-tentative" class="anchor">Deep learning me
502509
<li> Transformers</li>
503510
<li> Autoencoders and principal component analysis</li>
504511
</ol>
512+
</ol>
513+
<!-- !split -->
514+
<h2 id="generative-methods" class="anchor">Generative methods </h2>
515+
<ol>
505516
<li> <b>Deep learning, generative methods</b>
506517
<ol type="a"></li>
507518
<li> Basics of generative models</li>
@@ -511,7 +522,12 @@ <h2 id="deep-learning-methods-covered-tentative" class="anchor">Deep learning me
511522
<li> Generative Adversarial Networks (GANs)</li>
512523
<li> Autoregressive methods (tentative)</li>
513524
</ol>
514-
<li> <b>Physical Sciences (often just called Physics informed neural networks, PINNs) informed machine learning</b></li>
525+
</ol>
526+
<!-- !split -->
527+
<h2 id="both-discriminative-and-generative" class="anchor">Both discriminative and generative </h2>
528+
529+
<ol>
530+
<li> <b>Physics informed neural networks, PINNs</b></li>
515531
</ol>
516532
<!-- !split -->
517533
<h2 id="additional-topics-kernel-regression-gaussian-processes-and-bayesian-statistics-https-jenfb-github-io-bkmr-overview-html" class="anchor"><a href="https://jenfb.github.io/bkmr/overview.html" target="_self">Additional topics: Kernel regression (Gaussian processes) and Bayesian statistics</a> </h2>
@@ -531,13 +547,13 @@ <h2 id="project-paths-overarching-view" class="anchor">Project paths, overarchin
531547
<p>The course can also be used as a self-study course and besides the
532548
lectures, many of you may wish to independently work on your own
533549
projects related to for example your thesis or research. In general,
534-
in addition to the lectures, we have often followed five main paths:
550+
we have often followed five main paths for the project(s):
535551
</p>
536552

537553
<ol>
538554
<li> The coding path. This leads often to a single project only where one focuses on coding for example CNNs or RNNs or parts of LLMs from scratch.</li>
539555
<li> The Physics Informed neural network path (PINNs). Here we define some basic PDEs which are solved by using PINNs. We start normally with studies of selected differential equations using NNs, and/or RNNs, and/or GNNs or Autoencoders before moving over to PINNs.</li>
540-
<li> Implementing generative methods</li>
556+
<li> Implementing generative methods, starts normally with discriminative methods</li>
541557
<li> The own data path. Some of you may have data you wish to analyze with different deep learning methods</li>
542558
<li> The Bayesian ML path is not covered by the present lecture material and leads normally to independent self-study work.</li>
543559
</ol>
@@ -1929,7 +1945,7 @@ <h2 id="updating-the-gradients" class="anchor">Updating the gradients </h2>
19291945
</footer>
19301946
-->
19311947
<center style="font-size:80%">
1932-
<!-- copyright --> &copy; 1999-2024, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license
1948+
<!-- copyright --> &copy; 1999-2025, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license
19331949
</center>
19341950
</body>
19351951
</html>

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

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ <h4>January 23, 2025</h4>
187187

188188

189189
<center style="font-size:80%">
190-
<!-- copyright --> &copy; 1999-2024, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license
190+
<!-- copyright --> &copy; 1999-2025, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license
191191
</center>
192192
</section>
193193

@@ -214,7 +214,7 @@ <h2 id="practicalities">Practicalities </h2>
214214
<p><li> Lectures Thursdays 1215pm-2pm, room F&#216;434, Department of Physics</li>
215215
<p><li> Lab and exercise sessions Thursdays 215pm-4pm, room F&#216;434, Department of Physics</li>
216216
<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>
217-
<p><li> No exam, only two projects. Each projects counts 1/2 of the final grade. Aleternatively, one long project which counts 100% of the final grade</li>
217+
<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>
218218
<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>
219219
</ol>
220220
</section>
@@ -223,7 +223,7 @@ <h2 id="practicalities">Practicalities </h2>
223223
<h2 id="deep-learning-methods-covered-tentative">Deep learning methods covered, tentative </h2>
224224

225225
<ol>
226-
<p><li> <b>Deep learning</b>
226+
<p><li> <b>Deep learning</b>, often described as discriminative methods
227227
<ol type="a"></li>
228228
<p><li> Feed forward neural networks and its mathematics (NNs)</li>
229229
<p><li> Convolutional neural networks (CNNs)</li>
@@ -234,6 +234,12 @@ <h2 id="deep-learning-methods-covered-tentative">Deep learning methods covered,
234234
<p><li> Autoencoders and principal component analysis</li>
235235
</ol>
236236
<p>
237+
</ol>
238+
</section>
239+
240+
<section>
241+
<h2 id="generative-methods">Generative methods </h2>
242+
<ol>
237243
<p><li> <b>Deep learning, generative methods</b>
238244
<ol type="a"></li>
239245
<p><li> Basics of generative models</li>
@@ -244,7 +250,14 @@ <h2 id="deep-learning-methods-covered-tentative">Deep learning methods covered,
244250
<p><li> Autoregressive methods (tentative)</li>
245251
</ol>
246252
<p>
247-
<p><li> <b>Physical Sciences (often just called Physics informed neural networks, PINNs) informed machine learning</b></li>
253+
</ol>
254+
</section>
255+
256+
<section>
257+
<h2 id="both-discriminative-and-generative">Both discriminative and generative </h2>
258+
259+
<ol>
260+
<p><li> <b>Physics informed neural networks, PINNs</b></li>
248261
</ol>
249262
</section>
250263

@@ -267,13 +280,13 @@ <h2 id="project-paths-overarching-view">Project paths, overarching view </h2>
267280
<p>The course can also be used as a self-study course and besides the
268281
lectures, many of you may wish to independently work on your own
269282
projects related to for example your thesis or research. In general,
270-
in addition to the lectures, we have often followed five main paths:
283+
we have often followed five main paths for the project(s):
271284
</p>
272285

273286
<ol>
274287
<p><li> The coding path. This leads often to a single project only where one focuses on coding for example CNNs or RNNs or parts of LLMs from scratch.</li>
275288
<p><li> The Physics Informed neural network path (PINNs). Here we define some basic PDEs which are solved by using PINNs. We start normally with studies of selected differential equations using NNs, and/or RNNs, and/or GNNs or Autoencoders before moving over to PINNs.</li>
276-
<p><li> Implementing generative methods</li>
289+
<p><li> Implementing generative methods, starts normally with discriminative methods</li>
277290
<p><li> The own data path. Some of you may have data you wish to analyze with different deep learning methods</li>
278291
<p><li> The Bayesian ML path is not covered by the present lecture material and leads normally to independent self-study work.</li>
279292
</ol>

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

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@
7272
2,
7373
None,
7474
'deep-learning-methods-covered-tentative'),
75+
('Generative methods', 2, None, 'generative-methods'),
76+
('Both discriminative and generative',
77+
2,
78+
None,
79+
'both-discriminative-and-generative'),
7580
('"Additional topics: Kernel regression (Gaussian processes) '
7681
'and Bayesian '
7782
'statistics":"https://jenfb.github.io/bkmr/overview.html"',
@@ -398,14 +403,14 @@ <h2 id="practicalities">Practicalities </h2>
398403
<li> Lectures Thursdays 1215pm-2pm, room F&#216;434, Department of Physics</li>
399404
<li> Lab and exercise sessions Thursdays 215pm-4pm, room F&#216;434, Department of Physics</li>
400405
<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>
401-
<li> No exam, only two projects. Each projects counts 1/2 of the final grade. Aleternatively, one long project which counts 100% of the final grade</li>
406+
<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>
402407
<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>
403408
</ol>
404409
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
405410
<h2 id="deep-learning-methods-covered-tentative">Deep learning methods covered, tentative </h2>
406411

407412
<ol>
408-
<li> <b>Deep learning</b>
413+
<li> <b>Deep learning</b>, often described as discriminative methods
409414
<ol type="a"></li>
410415
<li> Feed forward neural networks and its mathematics (NNs)</li>
411416
<li> Convolutional neural networks (CNNs)</li>
@@ -414,6 +419,10 @@ <h2 id="deep-learning-methods-covered-tentative">Deep learning methods covered,
414419
<li> Transformers</li>
415420
<li> Autoencoders and principal component analysis</li>
416421
</ol>
422+
</ol>
423+
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
424+
<h2 id="generative-methods">Generative methods </h2>
425+
<ol>
417426
<li> <b>Deep learning, generative methods</b>
418427
<ol type="a"></li>
419428
<li> Basics of generative models</li>
@@ -423,7 +432,12 @@ <h2 id="deep-learning-methods-covered-tentative">Deep learning methods covered,
423432
<li> Generative Adversarial Networks (GANs)</li>
424433
<li> Autoregressive methods (tentative)</li>
425434
</ol>
426-
<li> <b>Physical Sciences (often just called Physics informed neural networks, PINNs) informed machine learning</b></li>
435+
</ol>
436+
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
437+
<h2 id="both-discriminative-and-generative">Both discriminative and generative </h2>
438+
439+
<ol>
440+
<li> <b>Physics informed neural networks, PINNs</b></li>
427441
</ol>
428442
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
429443
<h2 id="additional-topics-kernel-regression-gaussian-processes-and-bayesian-statistics-https-jenfb-github-io-bkmr-overview-html"><a href="https://jenfb.github.io/bkmr/overview.html" target="_blank">Additional topics: Kernel regression (Gaussian processes) and Bayesian statistics</a> </h2>
@@ -443,13 +457,13 @@ <h2 id="project-paths-overarching-view">Project paths, overarching view </h2>
443457
<p>The course can also be used as a self-study course and besides the
444458
lectures, many of you may wish to independently work on your own
445459
projects related to for example your thesis or research. In general,
446-
in addition to the lectures, we have often followed five main paths:
460+
we have often followed five main paths for the project(s):
447461
</p>
448462

449463
<ol>
450464
<li> The coding path. This leads often to a single project only where one focuses on coding for example CNNs or RNNs or parts of LLMs from scratch.</li>
451465
<li> The Physics Informed neural network path (PINNs). Here we define some basic PDEs which are solved by using PINNs. We start normally with studies of selected differential equations using NNs, and/or RNNs, and/or GNNs or Autoencoders before moving over to PINNs.</li>
452-
<li> Implementing generative methods</li>
466+
<li> Implementing generative methods, starts normally with discriminative methods</li>
453467
<li> The own data path. Some of you may have data you wish to analyze with different deep learning methods</li>
454468
<li> The Bayesian ML path is not covered by the present lecture material and leads normally to independent self-study work.</li>
455469
</ol>
@@ -1812,7 +1826,7 @@ <h2 id="updating-the-gradients">Updating the gradients </h2>
18121826

18131827
<!-- ------------------- end of main content --------------- -->
18141828
<center style="font-size:80%">
1815-
<!-- copyright --> &copy; 1999-2024, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license
1829+
<!-- copyright --> &copy; 1999-2025, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license
18161830
</center>
18171831
</body>
18181832
</html>

doc/pub/week1/html/week1.html

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@
149149
2,
150150
None,
151151
'deep-learning-methods-covered-tentative'),
152+
('Generative methods', 2, None, 'generative-methods'),
153+
('Both discriminative and generative',
154+
2,
155+
None,
156+
'both-discriminative-and-generative'),
152157
('"Additional topics: Kernel regression (Gaussian processes) '
153158
'and Bayesian '
154159
'statistics":"https://jenfb.github.io/bkmr/overview.html"',
@@ -475,14 +480,14 @@ <h2 id="practicalities">Practicalities </h2>
475480
<li> Lectures Thursdays 1215pm-2pm, room F&#216;434, Department of Physics</li>
476481
<li> Lab and exercise sessions Thursdays 215pm-4pm, room F&#216;434, Department of Physics</li>
477482
<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>
478-
<li> No exam, only two projects. Each projects counts 1/2 of the final grade. Aleternatively, one long project which counts 100% of the final grade</li>
483+
<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>
479484
<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>
480485
</ol>
481486
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
482487
<h2 id="deep-learning-methods-covered-tentative">Deep learning methods covered, tentative </h2>
483488

484489
<ol>
485-
<li> <b>Deep learning</b>
490+
<li> <b>Deep learning</b>, often described as discriminative methods
486491
<ol type="a"></li>
487492
<li> Feed forward neural networks and its mathematics (NNs)</li>
488493
<li> Convolutional neural networks (CNNs)</li>
@@ -491,6 +496,10 @@ <h2 id="deep-learning-methods-covered-tentative">Deep learning methods covered,
491496
<li> Transformers</li>
492497
<li> Autoencoders and principal component analysis</li>
493498
</ol>
499+
</ol>
500+
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
501+
<h2 id="generative-methods">Generative methods </h2>
502+
<ol>
494503
<li> <b>Deep learning, generative methods</b>
495504
<ol type="a"></li>
496505
<li> Basics of generative models</li>
@@ -500,7 +509,12 @@ <h2 id="deep-learning-methods-covered-tentative">Deep learning methods covered,
500509
<li> Generative Adversarial Networks (GANs)</li>
501510
<li> Autoregressive methods (tentative)</li>
502511
</ol>
503-
<li> <b>Physical Sciences (often just called Physics informed neural networks, PINNs) informed machine learning</b></li>
512+
</ol>
513+
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
514+
<h2 id="both-discriminative-and-generative">Both discriminative and generative </h2>
515+
516+
<ol>
517+
<li> <b>Physics informed neural networks, PINNs</b></li>
504518
</ol>
505519
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
506520
<h2 id="additional-topics-kernel-regression-gaussian-processes-and-bayesian-statistics-https-jenfb-github-io-bkmr-overview-html"><a href="https://jenfb.github.io/bkmr/overview.html" target="_blank">Additional topics: Kernel regression (Gaussian processes) and Bayesian statistics</a> </h2>
@@ -520,13 +534,13 @@ <h2 id="project-paths-overarching-view">Project paths, overarching view </h2>
520534
<p>The course can also be used as a self-study course and besides the
521535
lectures, many of you may wish to independently work on your own
522536
projects related to for example your thesis or research. In general,
523-
in addition to the lectures, we have often followed five main paths:
537+
we have often followed five main paths for the project(s):
524538
</p>
525539

526540
<ol>
527541
<li> The coding path. This leads often to a single project only where one focuses on coding for example CNNs or RNNs or parts of LLMs from scratch.</li>
528542
<li> The Physics Informed neural network path (PINNs). Here we define some basic PDEs which are solved by using PINNs. We start normally with studies of selected differential equations using NNs, and/or RNNs, and/or GNNs or Autoencoders before moving over to PINNs.</li>
529-
<li> Implementing generative methods</li>
543+
<li> Implementing generative methods, starts normally with discriminative methods</li>
530544
<li> The own data path. Some of you may have data you wish to analyze with different deep learning methods</li>
531545
<li> The Bayesian ML path is not covered by the present lecture material and leads normally to independent self-study work.</li>
532546
</ol>
@@ -1889,7 +1903,7 @@ <h2 id="updating-the-gradients">Updating the gradients </h2>
18891903

18901904
<!-- ------------------- end of main content --------------- -->
18911905
<center style="font-size:80%">
1892-
<!-- copyright --> &copy; 1999-2024, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license
1906+
<!-- copyright --> &copy; 1999-2025, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license
18931907
</center>
18941908
</body>
18951909
</html>
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)