|
36 | 36 |
|
37 | 37 | <!-- tocinfo |
38 | 38 | {'highest level': 2, |
39 | | - 'sections': [('Plans for the week of March 3-7', |
| 39 | + 'sections': [('Plans for the week of March 2-6', |
40 | 40 | 2, |
41 | 41 | None, |
42 | | - 'plans-for-the-week-of-march-3-7'), |
| 42 | + 'plans-for-the-week-of-march-2-6'), |
43 | 43 | ('What is a recurrent NN?', 2, None, 'what-is-a-recurrent-nn'), |
44 | 44 | ('Why RNNs?', 2, None, 'why-rnns'), |
45 | 45 | ('Basic layout, "Figures from Sebastian Rashcka et al, Machine ' |
|
132 | 132 | <li class="dropdown"> |
133 | 133 | <a href="#" class="dropdown-toggle" data-toggle="dropdown">Contents <b class="caret"></b></a> |
134 | 134 | <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> |
136 | 136 | <!-- navigation toc: --> <li><a href="#what-is-a-recurrent-nn" style="font-size: 80%;">What is a recurrent NN?</a></li> |
137 | 137 | <!-- navigation toc: --> <li><a href="#why-rnns" style="font-size: 80%;">Why RNNs?</a></li> |
138 | 138 | <!-- 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> |
174 | 174 | </center> |
175 | 175 | <br> |
176 | 176 | <center> |
177 | | -<h4>March 6</h4> |
| 177 | +<h4>March 5</h4> |
178 | 178 | </center> <!-- date --> |
179 | 179 | <br> |
180 | 180 |
|
181 | 181 | <!-- potential-jumbotron-button --> |
182 | 182 | </div> <!-- end jumbotron --> |
183 | 183 |
|
184 | 184 | <!-- !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> |
186 | 186 |
|
187 | 187 | <div class="panel panel-default"> |
188 | 188 | <div class="panel-body"> |
189 | 189 | <!-- subsequent paragraphs come in larger fonts, so start with a paragraph --> |
190 | 190 | <ol> |
191 | 191 | <li> Reminder on basics of recurrent neural networks (RNNs)</li> |
192 | 192 | <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> |
196 | 196 | <li> Reading recommendations: |
197 | 197 | <ol type="a"></li> |
198 | 198 | <li> Goodfellow, Bengio and Courville's chapter 10 from <a href="https://www.deeplearningbook.org/" target="_self">Deep Learning</a></li> |
|
0 commit comments