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 -->
325
325
<ol>
326
-
<li> Work on and discussions of project 3</li>
326
+
<li> Intro to and mathematics of Recurrent Neural Networks (RNNs)</li>
327
+
<li> Lecture notes at <ahref="https://github.com/CompPhysics/MachineLearning/blob/master/doc/pub/week46/ipynb/week46.ipynb" target="_self"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/pub/week46/ipynb/week46.ipynb</tt></a>
328
+
<!-- o Video of lecture at <a href="https://youtu.be/TfRKUfdJwB4" target="_self"><tt>https://youtu.be/TfRKUfdJwB4</tt></a> -->
329
+
<!-- o Whiteboard notes at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2024/NotesNovember11.pdf" target="_self"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2024/NotesNovember11.pdf</tt></a> --></li>
<!-- subsequent paragraphs come in larger fonts, so start with a paragraph -->
335
338
<ol>
336
-
<li> Intro to and mathematics of Recurrent Neural Networks (RNNs)</li>
337
-
<li> Lecture notes at <ahref="https://github.com/CompPhysics/MachineLearning/blob/master/doc/pub/week46/ipynb/week46.ipynb" target="_self"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/pub/week46/ipynb/week46.ipynb</tt></a>
338
-
<!-- o Video of lecture at <a href="https://youtu.be/TfRKUfdJwB4" target="_self"><tt>https://youtu.be/TfRKUfdJwB4</tt></a> -->
339
-
<!-- o Whiteboard notes at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2024/NotesNovember11.pdf" target="_self"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2024/NotesNovember11.pdf</tt></a> --></li>
339
+
<li> Work on and discussions of project 3, project available from November 10,(evening), deadline December 15 at midnight.</li>
<b>Material for the lecture on Monday November 10, 2025</b>
202
202
<p>
203
203
<ol>
204
-
<p><li> Work on and discussions of project 3</li>
204
+
<p><li> Intro to and mathematics of Recurrent Neural Networks (RNNs)</li>
205
+
<p><li> Lecture notes at <ahref="https://github.com/CompPhysics/MachineLearning/blob/master/doc/pub/week46/ipynb/week46.ipynb" target="_blank"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/pub/week46/ipynb/week46.ipynb</tt></a>
206
+
<!-- o Video of lecture at <a href="https://youtu.be/TfRKUfdJwB4" target="_blank"><tt>https://youtu.be/TfRKUfdJwB4</tt></a> -->
207
+
<!-- o Whiteboard notes at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2024/NotesNovember11.pdf" target="_blank"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2024/NotesNovember11.pdf</tt></a> --></li>
<b>Material for the lecture on Monday November 10, 2025</b>
213
+
<b>Lab sessions on Tuesday and Wednesday</b>
211
214
<p>
212
215
<ol>
213
-
<p><li> Intro to and mathematics of Recurrent Neural Networks (RNNs)</li>
214
-
<p><li> Lecture notes at <ahref="https://github.com/CompPhysics/MachineLearning/blob/master/doc/pub/week46/ipynb/week46.ipynb" target="_blank"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/pub/week46/ipynb/week46.ipynb</tt></a>
215
-
<!-- o Video of lecture at <a href="https://youtu.be/TfRKUfdJwB4" target="_blank"><tt>https://youtu.be/TfRKUfdJwB4</tt></a> -->
216
-
<!-- o Whiteboard notes at <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2024/NotesNovember11.pdf" target="_blank"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2024/NotesNovember11.pdf</tt></a> --></li>
216
+
<p><li> Work on and discussions of project 3, project available from November 10,(evening), deadline December 15 at midnight.</li>
217
217
</ol>
218
218
</div>
219
219
</section>
@@ -592,15 +592,6 @@ <h2 id="corresponding-example-using-pytorch">Corresponding example using PyTorch
592
592
<spanstyle="color: #228B22"># Update sequence by removing first element and adding new prediction</span>
<h2id="using-the-above-data-to-train-an-rnn">Using the above data to train an RNN </h2>
1742
1733
1734
+
<p>In the code here we have reworked the previous example in order to generate data that can be handled by recurrent neural networks in order to train our model.</p>
1743
1735
1744
1736
<!-- code=python (!bc pycod) typeset with pygments style "perldoc" -->
0 commit comments