Skip to content

Commit 3aff12b

Browse files
committed
changing week 7
1 parent bb07fff commit 3aff12b

File tree

8 files changed

+55
-57
lines changed

8 files changed

+55
-57
lines changed

doc/pub/week7/html/week7-bs.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636

3737
<!-- tocinfo
3838
{'highest level': 2,
39-
'sections': [('Plans for the week of March 3-7',
39+
'sections': [('Plans for the week of March 2-6',
4040
2,
4141
None,
42-
'plans-for-the-week-of-march-3-7'),
42+
'plans-for-the-week-of-march-2-6'),
4343
('What is a recurrent NN?', 2, None, 'what-is-a-recurrent-nn'),
4444
('Why RNNs?', 2, None, 'why-rnns'),
4545
('Basic layout, "Figures from Sebastian Rashcka et al, Machine '
@@ -132,7 +132,7 @@
132132
<li class="dropdown">
133133
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Contents <b class="caret"></b></a>
134134
<ul class="dropdown-menu">
135-
<!-- navigation toc: --> <li><a href="#plans-for-the-week-of-march-3-7" style="font-size: 80%;">Plans for the week of March 3-7</a></li>
135+
<!-- navigation toc: --> <li><a href="#plans-for-the-week-of-march-2-6" style="font-size: 80%;">Plans for the week of March 2-6</a></li>
136136
<!-- navigation toc: --> <li><a href="#what-is-a-recurrent-nn" style="font-size: 80%;">What is a recurrent NN?</a></li>
137137
<!-- navigation toc: --> <li><a href="#why-rnns" style="font-size: 80%;">Why RNNs?</a></li>
138138
<!-- navigation toc: --> <li><a href="#basic-layout-figures-from-sebastian-rashcka-et-al-machine-learning-with-sickit-learn-and-pytorch-https-sebastianraschka-com-blog-2022-ml-pytorch-book-html" style="font-size: 80%;">Basic layout, "Figures from Sebastian Rashcka et al, Machine learning with Sickit-Learn and PyTorch":"https://sebastianraschka.com/blog/2022/ml-pytorch-book.html"</a></li>
@@ -174,25 +174,25 @@ <h1>Advanced machine learning and data analysis for the physical sciences</h1>
174174
</center>
175175
<br>
176176
<center>
177-
<h4>March 6</h4>
177+
<h4>March 5</h4>
178178
</center> <!-- date -->
179179
<br>
180180

181181
<!-- potential-jumbotron-button -->
182182
</div> <!-- end jumbotron -->
183183

184184
<!-- !split -->
185-
<h2 id="plans-for-the-week-of-march-3-7" class="anchor">Plans for the week of March 3-7 </h2>
185+
<h2 id="plans-for-the-week-of-march-2-6" class="anchor">Plans for the week of March 2-6 </h2>
186186

187187
<div class="panel panel-default">
188188
<div class="panel-body">
189189
<!-- subsequent paragraphs come in larger fonts, so start with a paragraph -->
190190
<ol>
191191
<li> Reminder on basics of recurrent neural networks (RNNs)</li>
192192
<li> Mathematics of RNNs</li>
193-
<li> Writing our own codes for RNNs</li>
194-
<li> <a href="https://youtu.be/MeYh5rGIRBM" target="_self">Video of lecture</a></li>
195-
<li> "Whiteboard notes":"https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/HandwrittenNotes/2025/NotesMarch6.pdf</li>
193+
<li> Writing our own codes for RNNs
194+
<!-- o <a href="https://youtu.be/MeYh5rGIRBM" target="_self">Video of lecture</a> -->
195+
<!-- o "Whiteboard notes":"https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/HandwrittenNotes/2025/NotesMarch6.pdf --></li>
196196
<li> Reading recommendations:
197197
<ol type="a"></li>
198198
<li> Goodfellow, Bengio and Courville's chapter 10 from <a href="https://www.deeplearningbook.org/" target="_self">Deep Learning</a></li>

doc/pub/week7/html/week7-reveal.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ <h1 style="text-align: center;">Advanced machine learning and data analysis for
181181
</center>
182182
<br>
183183
<center>
184-
<h4>March 6</h4>
184+
<h4>March 5</h4>
185185
</center> <!-- date -->
186186
<br>
187187

@@ -192,17 +192,17 @@ <h4>March 6</h4>
192192
</section>
193193

194194
<section>
195-
<h2 id="plans-for-the-week-of-march-3-7">Plans for the week of March 3-7 </h2>
195+
<h2 id="plans-for-the-week-of-march-2-6">Plans for the week of March 2-6 </h2>
196196

197197
<div class="alert alert-block alert-block alert-text-normal">
198198
<b></b>
199199
<p>
200200
<ol>
201201
<p><li> Reminder on basics of recurrent neural networks (RNNs)</li>
202202
<p><li> Mathematics of RNNs</li>
203-
<p><li> Writing our own codes for RNNs</li>
204-
<p><li> <a href="https://youtu.be/MeYh5rGIRBM" target="_blank">Video of lecture</a></li>
205-
<p><li> "Whiteboard notes":"https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/HandwrittenNotes/2025/NotesMarch6.pdf</li>
203+
<p><li> Writing our own codes for RNNs
204+
<!-- o <a href="https://youtu.be/MeYh5rGIRBM" target="_blank">Video of lecture</a> -->
205+
<!-- o "Whiteboard notes":"https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/HandwrittenNotes/2025/NotesMarch6.pdf --></li>
206206
<p><li> Reading recommendations:
207207
<ol type="a"></li>
208208
<p><li> Goodfellow, Bengio and Courville's chapter 10 from <a href="https://www.deeplearningbook.org/" target="_blank">Deep Learning</a></li>

doc/pub/week7/html/week7-solarized.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363

6464
<!-- tocinfo
6565
{'highest level': 2,
66-
'sections': [('Plans for the week of March 3-7',
66+
'sections': [('Plans for the week of March 2-6',
6767
2,
6868
None,
69-
'plans-for-the-week-of-march-3-7'),
69+
'plans-for-the-week-of-march-2-6'),
7070
('What is a recurrent NN?', 2, None, 'what-is-a-recurrent-nn'),
7171
('Why RNNs?', 2, None, 'why-rnns'),
7272
('Basic layout, "Figures from Sebastian Rashcka et al, Machine '
@@ -159,22 +159,22 @@ <h1>Advanced machine learning and data analysis for the physical sciences</h1>
159159
</center>
160160
<br>
161161
<center>
162-
<h4>March 6</h4>
162+
<h4>March 5</h4>
163163
</center> <!-- date -->
164164
<br>
165165

166166
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
167-
<h2 id="plans-for-the-week-of-march-3-7">Plans for the week of March 3-7 </h2>
167+
<h2 id="plans-for-the-week-of-march-2-6">Plans for the week of March 2-6 </h2>
168168

169169
<div class="alert alert-block alert-block alert-text-normal">
170170
<b></b>
171171
<p>
172172
<ol>
173173
<li> Reminder on basics of recurrent neural networks (RNNs)</li>
174174
<li> Mathematics of RNNs</li>
175-
<li> Writing our own codes for RNNs</li>
176-
<li> <a href="https://youtu.be/MeYh5rGIRBM" target="_blank">Video of lecture</a></li>
177-
<li> "Whiteboard notes":"https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/HandwrittenNotes/2025/NotesMarch6.pdf</li>
175+
<li> Writing our own codes for RNNs
176+
<!-- o <a href="https://youtu.be/MeYh5rGIRBM" target="_blank">Video of lecture</a> -->
177+
<!-- o "Whiteboard notes":"https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/HandwrittenNotes/2025/NotesMarch6.pdf --></li>
178178
<li> Reading recommendations:
179179
<ol type="a"></li>
180180
<li> Goodfellow, Bengio and Courville's chapter 10 from <a href="https://www.deeplearningbook.org/" target="_blank">Deep Learning</a></li>

doc/pub/week7/html/week7.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@
140140

141141
<!-- tocinfo
142142
{'highest level': 2,
143-
'sections': [('Plans for the week of March 3-7',
143+
'sections': [('Plans for the week of March 2-6',
144144
2,
145145
None,
146-
'plans-for-the-week-of-march-3-7'),
146+
'plans-for-the-week-of-march-2-6'),
147147
('What is a recurrent NN?', 2, None, 'what-is-a-recurrent-nn'),
148148
('Why RNNs?', 2, None, 'why-rnns'),
149149
('Basic layout, "Figures from Sebastian Rashcka et al, Machine '
@@ -236,22 +236,22 @@ <h1>Advanced machine learning and data analysis for the physical sciences</h1>
236236
</center>
237237
<br>
238238
<center>
239-
<h4>March 6</h4>
239+
<h4>March 5</h4>
240240
</center> <!-- date -->
241241
<br>
242242

243243
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
244-
<h2 id="plans-for-the-week-of-march-3-7">Plans for the week of March 3-7 </h2>
244+
<h2 id="plans-for-the-week-of-march-2-6">Plans for the week of March 2-6 </h2>
245245

246246
<div class="alert alert-block alert-block alert-text-normal">
247247
<b></b>
248248
<p>
249249
<ol>
250250
<li> Reminder on basics of recurrent neural networks (RNNs)</li>
251251
<li> Mathematics of RNNs</li>
252-
<li> Writing our own codes for RNNs</li>
253-
<li> <a href="https://youtu.be/MeYh5rGIRBM" target="_blank">Video of lecture</a></li>
254-
<li> "Whiteboard notes":"https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/HandwrittenNotes/2025/NotesMarch6.pdf</li>
252+
<li> Writing our own codes for RNNs
253+
<!-- o <a href="https://youtu.be/MeYh5rGIRBM" target="_blank">Video of lecture</a> -->
254+
<!-- o "Whiteboard notes":"https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/HandwrittenNotes/2025/NotesMarch6.pdf --></li>
255255
<li> Reading recommendations:
256256
<ol type="a"></li>
257257
<li> Goodfellow, Bengio and Courville's chapter 10 from <a href="https://www.deeplearningbook.org/" target="_blank">Deep Learning</a></li>
0 Bytes
Binary file not shown.

doc/pub/week7/ipynb/week7.ipynb

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "2e9df165",
5+
"id": "199d1d62",
66
"metadata": {
77
"editable": true
88
},
@@ -14,37 +14,35 @@
1414
},
1515
{
1616
"cell_type": "markdown",
17-
"id": "8d2e3ba3",
17+
"id": "e073a57c",
1818
"metadata": {
1919
"editable": true
2020
},
2121
"source": [
2222
"# Advanced machine learning and data analysis for the physical sciences\n",
2323
"**Morten Hjorth-Jensen**, Department of Physics and Center for Computing in Science Education, University of Oslo, Norway\n",
2424
"\n",
25-
"Date: **March 6**"
25+
"Date: **March 5**"
2626
]
2727
},
2828
{
2929
"cell_type": "markdown",
30-
"id": "60bcfd05",
30+
"id": "e8abbc99",
3131
"metadata": {
3232
"editable": true
3333
},
3434
"source": [
35-
"## Plans for the week of March 3-7\n",
35+
"## Plans for the week of March 2-6\n",
3636
"\n",
3737
"1. Reminder on basics of recurrent neural networks (RNNs)\n",
3838
"\n",
3939
"2. Mathematics of RNNs\n",
4040
"\n",
4141
"3. Writing our own codes for RNNs\n",
42+
"<!-- o [Video of lecture](https://youtu.be/MeYh5rGIRBM) -->\n",
43+
"<!-- o \"Whiteboard notes\":\"https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/HandwrittenNotes/2025/NotesMarch6.pdf -->\n",
4244
"\n",
43-
"4. [Video of lecture](https://youtu.be/MeYh5rGIRBM)\n",
44-
"\n",
45-
"5. \"Whiteboard notes\":\"https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/HandwrittenNotes/2025/NotesMarch6.pdf\n",
46-
"\n",
47-
"6. Reading recommendations:\n",
45+
"4. Reading recommendations:\n",
4846
"\n",
4947
"a. Goodfellow, Bengio and Courville's chapter 10 from [Deep Learning](https://www.deeplearningbook.org/)\n",
5048
"\n",
@@ -57,7 +55,7 @@
5755
},
5856
{
5957
"cell_type": "markdown",
60-
"id": "0875ad23",
58+
"id": "0c6c0653",
6159
"metadata": {
6260
"editable": true
6361
},
@@ -78,7 +76,7 @@
7876
},
7977
{
8078
"cell_type": "markdown",
81-
"id": "4b3bc6ff",
79+
"id": "92a07b2a",
8280
"metadata": {
8381
"editable": true
8482
},
@@ -100,7 +98,7 @@
10098
},
10199
{
102100
"cell_type": "markdown",
103-
"id": "1a5d8045",
101+
"id": "dcab54f6",
104102
"metadata": {
105103
"editable": true
106104
},
@@ -116,7 +114,7 @@
116114
},
117115
{
118116
"cell_type": "markdown",
119-
"id": "b8620ba2",
117+
"id": "35567089",
120118
"metadata": {
121119
"editable": true
122120
},
@@ -132,7 +130,7 @@
132130
},
133131
{
134132
"cell_type": "markdown",
135-
"id": "a4204887",
133+
"id": "87e79ba2",
136134
"metadata": {
137135
"editable": true
138136
},
@@ -148,7 +146,7 @@
148146
},
149147
{
150148
"cell_type": "markdown",
151-
"id": "6303caf2",
149+
"id": "90196592",
152150
"metadata": {
153151
"editable": true
154152
},
@@ -164,7 +162,7 @@
164162
},
165163
{
166164
"cell_type": "markdown",
167-
"id": "579a3e09",
165+
"id": "4ba6bdf7",
168166
"metadata": {
169167
"editable": true
170168
},
@@ -180,7 +178,7 @@
180178
},
181179
{
182180
"cell_type": "markdown",
183-
"id": "8a879d38",
181+
"id": "6b78faae",
184182
"metadata": {
185183
"editable": true
186184
},
@@ -196,7 +194,7 @@
196194
},
197195
{
198196
"cell_type": "markdown",
199-
"id": "7930ce08",
197+
"id": "7424357f",
200198
"metadata": {
201199
"editable": true
202200
},
@@ -212,7 +210,7 @@
212210
},
213211
{
214212
"cell_type": "markdown",
215-
"id": "850d2d15",
213+
"id": "7ed93718",
216214
"metadata": {
217215
"editable": true
218216
},
@@ -228,7 +226,7 @@
228226
},
229227
{
230228
"cell_type": "markdown",
231-
"id": "d5fce222",
229+
"id": "b1923109",
232230
"metadata": {
233231
"editable": true
234232
},
@@ -249,7 +247,7 @@
249247
},
250248
{
251249
"cell_type": "markdown",
252-
"id": "bdf76896",
250+
"id": "a3edab7f",
253251
"metadata": {
254252
"editable": true
255253
},
@@ -268,7 +266,7 @@
268266
},
269267
{
270268
"cell_type": "markdown",
271-
"id": "31005fd6",
269+
"id": "2784ee73",
272270
"metadata": {
273271
"editable": true
274272
},
@@ -293,7 +291,7 @@
293291
},
294292
{
295293
"cell_type": "markdown",
296-
"id": "6ee2e70b",
294+
"id": "3cd8c869",
297295
"metadata": {
298296
"editable": true
299297
},
@@ -305,7 +303,7 @@
305303
},
306304
{
307305
"cell_type": "markdown",
308-
"id": "bd5842f9",
306+
"id": "9aaedf01",
309307
"metadata": {
310308
"editable": true
311309
},
@@ -322,7 +320,7 @@
322320
},
323321
{
324322
"cell_type": "markdown",
325-
"id": "3406a1ad",
323+
"id": "b06e466a",
326324
"metadata": {
327325
"editable": true
328326
},

doc/pub/week7/pdf/week7.pdf

-757 Bytes
Binary file not shown.

doc/src/week7/week7.do.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
TITLE: Advanced machine learning and data analysis for the physical sciences
22
AUTHOR: Morten Hjorth-Jensen {copyright, 1999-present|CC BY-NC} at Department of Physics and Center for Computing in Science Education, University of Oslo, Norway
3-
DATE: March 6
3+
DATE: March 5
44

55
!split
6-
===== Plans for the week of March 3-7 =====
6+
===== Plans for the week of March 2-6 =====
77

88
!bblock
99
o Reminder on basics of recurrent neural networks (RNNs)
1010
o Mathematics of RNNs
1111
o Writing our own codes for RNNs
12-
o "Video of lecture":"https://youtu.be/MeYh5rGIRBM"
13-
o "Whiteboard notes":"https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/HandwrittenNotes/2025/NotesMarch6.pdf
12+
#o "Video of lecture":"https://youtu.be/MeYh5rGIRBM"
13+
#o "Whiteboard notes":"https://github.com/CompPhysics/AdvancedMachineLearning/blob/main/doc/HandwrittenNotes/2025/NotesMarch6.pdf
1414
o Reading recommendations:
1515
o Goodfellow, Bengio and Courville's chapter 10 from "Deep Learning":"https://www.deeplearningbook.org/"
1616
o "Sebastian Rashcka et al, chapter 15, Machine learning with Sickit-Learn and PyTorch":"https://sebastianraschka.com/blog/2022/ml-pytorch-book.html"

0 commit comments

Comments
 (0)