Skip to content

Commit 861e47b

Browse files
committed
update week 43
1 parent d488bb0 commit 861e47b

File tree

7 files changed

+310
-314
lines changed

7 files changed

+310
-314
lines changed

doc/pub/week43/html/week43-bs.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -396,13 +396,14 @@ <h2 id="plans-for-week-43" class="anchor">Plans for week 43 </h2>
396396
<div class="panel panel-default">
397397
<div class="panel-body">
398398
<!-- subsequent paragraphs come in larger fonts, so start with a paragraph -->
399-
<ul>
400-
<li> Building our own Feed-forward Neural Network with intro to Tensorflow</li>
401-
<li> Solving differential equations with Neural Networks
399+
<ol>
400+
<li> Reminder from last week, see lalso ecture notes from week 42 at <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week42.html" target="_self"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week42.html</tt></a> as well as those from week 41, see see <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html" target="_self"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html</tt></a>.</li>
401+
<li> Building our own Feed-forward Neural Network.</li>
402+
<li> Coding examples using Tensorflow/Keras and Pytorch examples. The Pytorch examples are adapted from Rashcka's text, see chapters 11-13..</li>
403+
<li> Start discussions on how to use neural networks for solving differential equations (ordinary and partial ones). This topic continues next week as well.
402404
<!-- * Video of lecture at <a href="https://youtu.be/vkBNTn-MLqs" target="_self"><tt>https://youtu.be/vkBNTn-MLqs</tt></a> -->
403-
<!-- * Video os second part, solving differential equations with neural networks at <a href="https://youtu.be/2N8To65I2wQ" target="_self"><tt>https://youtu.be/2N8To65I2wQ</tt></a> -->
404-
<!-- * Whiteboard notes on solving differential equations at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2024/NotesOct21.pdf" target="_self"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2024/NotesOct21.pdf</tt></a> --></li>
405-
</ul>
405+
<!-- * Whiteboard notes on solving differential equations at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek43.pdf" target="_self"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek43.pdf</tt></a> --></li>
406+
</ol>
406407
</div>
407408
</div>
408409

@@ -412,11 +413,10 @@ <h2 id="exercises-and-lab-session-week-43" class="anchor">Exercises and lab sess
412413
<div class="panel panel-default">
413414
<div class="panel-body">
414415
<!-- subsequent paragraphs come in larger fonts, so start with a paragraph -->
415-
<ul>
416-
<li> Exercise on writing your own neural network code</li>
417-
<li> The exercises this week will be continued next week as well</li>
418-
<li> Discussion of project 2</li>
419-
</ul>
416+
<ol>
417+
<li> Work on writing your own neural network code and discussions of project 2. If you didn't get time to do the exercises from the two last weeks, we recommend doing so as these exercises give you the basic elements of a neural network code.</li>
418+
<li> The exercises this week are tailored to the optional part of project 2, and deal with studying ways to display results from classification problems</li>
419+
</ol>
420420
</div>
421421
</div>
422422

@@ -425,7 +425,7 @@ <h2 id="exercises-and-lab-session-week-43" class="anchor">Exercises and lab sess
425425
<h2 id="using-automatic-differentiation" class="anchor">Using Automatic differentiation </h2>
426426

427427
<p>In our discussions of ordinary differential equations and neural network codes
428-
we will also study the usage of Autograd, see for example <a href="https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola" target="_self"><tt>https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola</tt></a> in computing gradients for deep learning. For the documentation of Autograd and examples see the Autograd documentation at <a href="https://github.com/HIPS/autograd" target="_self"><tt>https://github.com/HIPS/autograd</tt></a> and the lecture slides from week 40, see <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html" target="_self"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html</tt></a>.
428+
we will also study the usage of Autograd, see for example <a href="https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola" target="_self"><tt>https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola</tt></a> in computing gradients for deep learning. For the documentation of Autograd and examples see the Autograd documentation at <a href="https://github.com/HIPS/autograd" target="_self"><tt>https://github.com/HIPS/autograd</tt></a> and the lecture slides from week 41, see <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html" target="_self"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html</tt></a>.
429429
</p>
430430

431431
<!-- !split -->

doc/pub/week43/html/week43-reveal.html

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -197,15 +197,14 @@ <h2 id="plans-for-week-43">Plans for week 43 </h2>
197197
<div class="alert alert-block alert-block alert-text-normal">
198198
<b>Material for the lecture on Monday October 20, 2025</b>
199199
<p>
200-
<ul>
201-
202-
<p><li> Building our own Feed-forward Neural Network with intro to Tensorflow</li>
203-
204-
<p><li> Solving differential equations with Neural Networks
200+
<ol>
201+
<p><li> Reminder from last week, see lalso ecture notes from week 42 at <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week42.html" target="_blank"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week42.html</tt></a> as well as those from week 41, see see <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html" target="_blank"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html</tt></a>.</li>
202+
<p><li> Building our own Feed-forward Neural Network.</li>
203+
<p><li> Coding examples using Tensorflow/Keras and Pytorch examples. The Pytorch examples are adapted from Rashcka's text, see chapters 11-13..</li>
204+
<p><li> Start discussions on how to use neural networks for solving differential equations (ordinary and partial ones). This topic continues next week as well.
205205
<!-- * Video of lecture at <a href="https://youtu.be/vkBNTn-MLqs" target="_blank"><tt>https://youtu.be/vkBNTn-MLqs</tt></a> -->
206-
<!-- * Video os second part, solving differential equations with neural networks at <a href="https://youtu.be/2N8To65I2wQ" target="_blank"><tt>https://youtu.be/2N8To65I2wQ</tt></a> -->
207-
<!-- * Whiteboard notes on solving differential equations at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2024/NotesOct21.pdf" target="_blank"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2024/NotesOct21.pdf</tt></a> --></li>
208-
</ul>
206+
<!-- * Whiteboard notes on solving differential equations at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek43.pdf" target="_blank"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek43.pdf</tt></a> --></li>
207+
</ol>
209208
</div>
210209
</section>
211210

@@ -214,22 +213,18 @@ <h2 id="exercises-and-lab-session-week-43">Exercises and lab session week 43 </h
214213
<div class="alert alert-block alert-block alert-text-normal">
215214
<b>Lab sessions on Tuesday and Wednesday</b>
216215
<p>
217-
<ul>
218-
219-
<p><li> Exercise on writing your own neural network code</li>
220-
221-
<p><li> The exercises this week will be continued next week as well</li>
222-
223-
<p><li> Discussion of project 2</li>
224-
</ul>
216+
<ol>
217+
<p><li> Work on writing your own neural network code and discussions of project 2. If you didn't get time to do the exercises from the two last weeks, we recommend doing so as these exercises give you the basic elements of a neural network code.</li>
218+
<p><li> The exercises this week are tailored to the optional part of project 2, and deal with studying ways to display results from classification problems</li>
219+
</ol>
225220
</div>
226221
</section>
227222

228223
<section>
229224
<h2 id="using-automatic-differentiation">Using Automatic differentiation </h2>
230225

231226
<p>In our discussions of ordinary differential equations and neural network codes
232-
we will also study the usage of Autograd, see for example <a href="https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola" target="_blank"><tt>https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola</tt></a> in computing gradients for deep learning. For the documentation of Autograd and examples see the Autograd documentation at <a href="https://github.com/HIPS/autograd" target="_blank"><tt>https://github.com/HIPS/autograd</tt></a> and the lecture slides from week 40, see <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html" target="_blank"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html</tt></a>.
227+
we will also study the usage of Autograd, see for example <a href="https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola" target="_blank"><tt>https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola</tt></a> in computing gradients for deep learning. For the documentation of Autograd and examples see the Autograd documentation at <a href="https://github.com/HIPS/autograd" target="_blank"><tt>https://github.com/HIPS/autograd</tt></a> and the lecture slides from week 41, see <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html" target="_blank"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html</tt></a>.
233228
</p>
234229
</section>
235230

doc/pub/week43/html/week43-solarized.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -317,13 +317,14 @@ <h2 id="plans-for-week-43">Plans for week 43 </h2>
317317
<div class="alert alert-block alert-block alert-text-normal">
318318
<b>Material for the lecture on Monday October 20, 2025</b>
319319
<p>
320-
<ul>
321-
<li> Building our own Feed-forward Neural Network with intro to Tensorflow</li>
322-
<li> Solving differential equations with Neural Networks
320+
<ol>
321+
<li> Reminder from last week, see lalso ecture notes from week 42 at <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week42.html" target="_blank"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week42.html</tt></a> as well as those from week 41, see see <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html" target="_blank"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html</tt></a>.</li>
322+
<li> Building our own Feed-forward Neural Network.</li>
323+
<li> Coding examples using Tensorflow/Keras and Pytorch examples. The Pytorch examples are adapted from Rashcka's text, see chapters 11-13..</li>
324+
<li> Start discussions on how to use neural networks for solving differential equations (ordinary and partial ones). This topic continues next week as well.
323325
<!-- * Video of lecture at <a href="https://youtu.be/vkBNTn-MLqs" target="_blank"><tt>https://youtu.be/vkBNTn-MLqs</tt></a> -->
324-
<!-- * Video os second part, solving differential equations with neural networks at <a href="https://youtu.be/2N8To65I2wQ" target="_blank"><tt>https://youtu.be/2N8To65I2wQ</tt></a> -->
325-
<!-- * Whiteboard notes on solving differential equations at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2024/NotesOct21.pdf" target="_blank"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2024/NotesOct21.pdf</tt></a> --></li>
326-
</ul>
326+
<!-- * Whiteboard notes on solving differential equations at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek43.pdf" target="_blank"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek43.pdf</tt></a> --></li>
327+
</ol>
327328
</div>
328329

329330

@@ -332,19 +333,18 @@ <h2 id="exercises-and-lab-session-week-43">Exercises and lab session week 43 </h
332333
<div class="alert alert-block alert-block alert-text-normal">
333334
<b>Lab sessions on Tuesday and Wednesday</b>
334335
<p>
335-
<ul>
336-
<li> Exercise on writing your own neural network code</li>
337-
<li> The exercises this week will be continued next week as well</li>
338-
<li> Discussion of project 2</li>
339-
</ul>
336+
<ol>
337+
<li> Work on writing your own neural network code and discussions of project 2. If you didn't get time to do the exercises from the two last weeks, we recommend doing so as these exercises give you the basic elements of a neural network code.</li>
338+
<li> The exercises this week are tailored to the optional part of project 2, and deal with studying ways to display results from classification problems</li>
339+
</ol>
340340
</div>
341341

342342

343343
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
344344
<h2 id="using-automatic-differentiation">Using Automatic differentiation </h2>
345345

346346
<p>In our discussions of ordinary differential equations and neural network codes
347-
we will also study the usage of Autograd, see for example <a href="https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola" target="_blank"><tt>https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola</tt></a> in computing gradients for deep learning. For the documentation of Autograd and examples see the Autograd documentation at <a href="https://github.com/HIPS/autograd" target="_blank"><tt>https://github.com/HIPS/autograd</tt></a> and the lecture slides from week 40, see <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html" target="_blank"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html</tt></a>.
347+
we will also study the usage of Autograd, see for example <a href="https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola" target="_blank"><tt>https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola</tt></a> in computing gradients for deep learning. For the documentation of Autograd and examples see the Autograd documentation at <a href="https://github.com/HIPS/autograd" target="_blank"><tt>https://github.com/HIPS/autograd</tt></a> and the lecture slides from week 41, see <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html" target="_blank"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html</tt></a>.
348348
</p>
349349

350350
<!-- !split --><br><br><br><br><br><br><br><br><br><br>

doc/pub/week43/html/week43.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -394,13 +394,14 @@ <h2 id="plans-for-week-43">Plans for week 43 </h2>
394394
<div class="alert alert-block alert-block alert-text-normal">
395395
<b>Material for the lecture on Monday October 20, 2025</b>
396396
<p>
397-
<ul>
398-
<li> Building our own Feed-forward Neural Network with intro to Tensorflow</li>
399-
<li> Solving differential equations with Neural Networks
397+
<ol>
398+
<li> Reminder from last week, see lalso ecture notes from week 42 at <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week42.html" target="_blank"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week42.html</tt></a> as well as those from week 41, see see <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html" target="_blank"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html</tt></a>.</li>
399+
<li> Building our own Feed-forward Neural Network.</li>
400+
<li> Coding examples using Tensorflow/Keras and Pytorch examples. The Pytorch examples are adapted from Rashcka's text, see chapters 11-13..</li>
401+
<li> Start discussions on how to use neural networks for solving differential equations (ordinary and partial ones). This topic continues next week as well.
400402
<!-- * Video of lecture at <a href="https://youtu.be/vkBNTn-MLqs" target="_blank"><tt>https://youtu.be/vkBNTn-MLqs</tt></a> -->
401-
<!-- * Video os second part, solving differential equations with neural networks at <a href="https://youtu.be/2N8To65I2wQ" target="_blank"><tt>https://youtu.be/2N8To65I2wQ</tt></a> -->
402-
<!-- * Whiteboard notes on solving differential equations at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2024/NotesOct21.pdf" target="_blank"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2024/NotesOct21.pdf</tt></a> --></li>
403-
</ul>
403+
<!-- * Whiteboard notes on solving differential equations at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek43.pdf" target="_blank"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek43.pdf</tt></a> --></li>
404+
</ol>
404405
</div>
405406

406407

@@ -409,19 +410,18 @@ <h2 id="exercises-and-lab-session-week-43">Exercises and lab session week 43 </h
409410
<div class="alert alert-block alert-block alert-text-normal">
410411
<b>Lab sessions on Tuesday and Wednesday</b>
411412
<p>
412-
<ul>
413-
<li> Exercise on writing your own neural network code</li>
414-
<li> The exercises this week will be continued next week as well</li>
415-
<li> Discussion of project 2</li>
416-
</ul>
413+
<ol>
414+
<li> Work on writing your own neural network code and discussions of project 2. If you didn't get time to do the exercises from the two last weeks, we recommend doing so as these exercises give you the basic elements of a neural network code.</li>
415+
<li> The exercises this week are tailored to the optional part of project 2, and deal with studying ways to display results from classification problems</li>
416+
</ol>
417417
</div>
418418

419419

420420
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
421421
<h2 id="using-automatic-differentiation">Using Automatic differentiation </h2>
422422

423423
<p>In our discussions of ordinary differential equations and neural network codes
424-
we will also study the usage of Autograd, see for example <a href="https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola" target="_blank"><tt>https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola</tt></a> in computing gradients for deep learning. For the documentation of Autograd and examples see the Autograd documentation at <a href="https://github.com/HIPS/autograd" target="_blank"><tt>https://github.com/HIPS/autograd</tt></a> and the lecture slides from week 40, see <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html" target="_blank"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html</tt></a>.
424+
we will also study the usage of Autograd, see for example <a href="https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola" target="_blank"><tt>https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola</tt></a> in computing gradients for deep learning. For the documentation of Autograd and examples see the Autograd documentation at <a href="https://github.com/HIPS/autograd" target="_blank"><tt>https://github.com/HIPS/autograd</tt></a> and the lecture slides from week 41, see <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html" target="_blank"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html</tt></a>.
425425
</p>
426426

427427
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)