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
<!-- navigation toc: --><li><ahref="._week46-bs041.html#summary-of-a-typical-rnn" style="font-size: 80%;">Summary of a typical RNN</a></li>
284
237
<!-- navigation toc: --><li><ahref="._week46-bs042.html#four-effective-ways-to-learn-an-rnn" style="font-size: 80%;">Four effective ways to learn an RNN</a></li>
285
238
<!-- navigation toc: --><li><ahref="._week46-bs043.html#the-mathematics-of-rnns-the-basic-architecture" style="font-size: 80%;">The mathematics of RNNs, the basic architecture</a></li>
286
-
<!-- navigation toc: --><li><ahref="._week46-bs044.html#gating-mechanism-long-short-term-memory-lstm" style="font-size: 80%;">Gating mechanism: Long Short Term Memory (LSTM)</a></li>
287
-
<!-- navigation toc: --><li><ahref="._week46-bs045.html#implementing-a-memory-cell-in-a-neural-network" style="font-size: 80%;">Implementing a memory cell in a neural network</a></li>
<!-- navigation toc: --><li><ahref="._week46-bs061.html#summary-of-lstm" style="font-size: 80%;">Summary of LSTM</a></li>
304
-
<!-- navigation toc: --><li><ahref="._week46-bs062.html#lstm-implementation-using-tensorflow" style="font-size: 80%;">LSTM implementation using TensorFlow</a></li>
305
-
<!-- navigation toc: --><li><ahref="._week46-bs063.html#and-the-corresponding-one-with-pytorch" style="font-size: 80%;">And the corresponding one with PyTorch</a></li>
<!-- navigation toc: --><li><ahref="._week46-bs066.html#using-the-above-data-to-train-an-rnn" style="font-size: 80%;">Using the above data to train an RNN</a></li>
309
239
310
240
</ul>
311
241
</li>
@@ -360,7 +290,7 @@ <h4>Week 46, November 10-14</h4>
360
290
<li><ahref="._week46-bs008.html">9</a></li>
361
291
<li><ahref="._week46-bs009.html">10</a></li>
362
292
<li><ahref="">...</a></li>
363
-
<li><ahref="._week46-bs066.html">67</a></li>
293
+
<li><ahref="._week46-bs043.html">44</a></li>
364
294
<li><ahref="._week46-bs001.html">»</a></li>
365
295
</ul>
366
296
<!-- ------------------- end of main content --------------- -->
<!-- navigation toc: --><li><ahref="._week46-bs041.html#summary-of-a-typical-rnn" style="font-size: 80%;">Summary of a typical RNN</a></li>
284
237
<!-- navigation toc: --><li><ahref="._week46-bs042.html#four-effective-ways-to-learn-an-rnn" style="font-size: 80%;">Four effective ways to learn an RNN</a></li>
285
238
<!-- navigation toc: --><li><ahref="._week46-bs043.html#the-mathematics-of-rnns-the-basic-architecture" style="font-size: 80%;">The mathematics of RNNs, the basic architecture</a></li>
286
-
<!-- navigation toc: --><li><ahref="._week46-bs044.html#gating-mechanism-long-short-term-memory-lstm" style="font-size: 80%;">Gating mechanism: Long Short Term Memory (LSTM)</a></li>
287
-
<!-- navigation toc: --><li><ahref="._week46-bs045.html#implementing-a-memory-cell-in-a-neural-network" style="font-size: 80%;">Implementing a memory cell in a neural network</a></li>
<!-- navigation toc: --><li><ahref="._week46-bs061.html#summary-of-lstm" style="font-size: 80%;">Summary of LSTM</a></li>
304
-
<!-- navigation toc: --><li><ahref="._week46-bs062.html#lstm-implementation-using-tensorflow" style="font-size: 80%;">LSTM implementation using TensorFlow</a></li>
305
-
<!-- navigation toc: --><li><ahref="._week46-bs063.html#and-the-corresponding-one-with-pytorch" style="font-size: 80%;">And the corresponding one with PyTorch</a></li>
<!-- navigation toc: --><li><ahref="._week46-bs066.html#using-the-above-data-to-train-an-rnn" style="font-size: 80%;">Using the above data to train an RNN</a></li>
<!-- subsequent paragraphs come in larger fonts, so start with a paragraph -->
325
255
<ol>
326
256
<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>
257
+
<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></li>
258
+
<li>Video of lecture at <ahref="https://youtu.be/WNWKaBbqOpg" target="_self"><tt>https://youtu.be/WNWKaBbqOpg</tt></a></li>
259
+
<li>Whiteboard notes at <ahref="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek46.pdf" target="_self"><tt>https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek46.pdf</tt></a></li>
0 commit comments