You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- 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 <ahref="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 <ahref="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.
402
404
<!-- * 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>
406
407
</div>
407
408
</div>
408
409
@@ -412,11 +413,10 @@ <h2 id="exercises-and-lab-session-week-43" class="anchor">Exercises and lab sess
412
413
<divclass="panel panel-default">
413
414
<divclass="panel-body">
414
415
<!-- 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>
420
420
</div>
421
421
</div>
422
422
@@ -425,7 +425,7 @@ <h2 id="exercises-and-lab-session-week-43" class="anchor">Exercises and lab sess
<p>In our discussions of ordinary differential equations and neural network codes
428
-
we will also study the usage of Autograd, see for example <ahref="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 <ahref="https://github.com/HIPS/autograd" target="_self"><tt>https://github.com/HIPS/autograd</tt></a> and the lecture slides from week 40, see <ahref="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 <ahref="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 <ahref="https://github.com/HIPS/autograd" target="_self"><tt>https://github.com/HIPS/autograd</tt></a> and the lecture slides from week 41, see <ahref="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>.
<b>Material for the lecture on Monday October 20, 2025</b>
199
199
<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 <ahref="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 <ahref="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.
205
205
<!-- * 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>
<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>
<p>In our discussions of ordinary differential equations and neural network codes
232
-
we will also study the usage of Autograd, see for example <ahref="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 <ahref="https://github.com/HIPS/autograd" target="_blank"><tt>https://github.com/HIPS/autograd</tt></a> and the lecture slides from week 40, see <ahref="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 <ahref="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 <ahref="https://github.com/HIPS/autograd" target="_blank"><tt>https://github.com/HIPS/autograd</tt></a> and the lecture slides from week 41, see <ahref="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>.
<b>Material for the lecture on Monday October 20, 2025</b>
319
319
<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 <ahref="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 <ahref="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.
323
325
<!-- * 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>
<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>
<p>In our discussions of ordinary differential equations and neural network codes
347
-
we will also study the usage of Autograd, see for example <ahref="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 <ahref="https://github.com/HIPS/autograd" target="_blank"><tt>https://github.com/HIPS/autograd</tt></a> and the lecture slides from week 40, see <ahref="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 <ahref="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 <ahref="https://github.com/HIPS/autograd" target="_blank"><tt>https://github.com/HIPS/autograd</tt></a> and the lecture slides from week 41, see <ahref="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>.
<b>Material for the lecture on Monday October 20, 2025</b>
396
396
<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 <ahref="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 <ahref="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.
400
402
<!-- * 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>
<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>
<p>In our discussions of ordinary differential equations and neural network codes
424
-
we will also study the usage of Autograd, see for example <ahref="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 <ahref="https://github.com/HIPS/autograd" target="_blank"><tt>https://github.com/HIPS/autograd</tt></a> and the lecture slides from week 40, see <ahref="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 <ahref="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 <ahref="https://github.com/HIPS/autograd" target="_blank"><tt>https://github.com/HIPS/autograd</tt></a> and the lecture slides from week 41, see <ahref="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>.
0 commit comments