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
Copy file name to clipboardExpand all lines: doc/src/week8/week8.do.txt
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,18 @@ o Links between Principal Component Analysis (PCA) and AE
16
16
17
17
18
18
!split
19
-
===== Reading recommendations: RNNs =====
19
+
===== Reading recommendations: RNNs and LSTMs =====
20
20
21
21
!bblock
22
-
o For RNNs see Goodfellow et al chapter 10.
22
+
o For RNNs see Goodfellow et al chapter 10 add link
23
23
o Reading suggestions for implementation of RNNs in PyTorch: Rashcka et al's text, chapter 15
24
-
o Reading suggestions for implementation of RNNs in TensorFlow: "Aurelien Geron's chapter 14":"https://github.com/CompPhysics/MachineLearning/blob/master/doc/Textbooks/TensorflowML.pdf".
24
+
o Reading suggestions for implementation of RNNs in TensorFlow: "Aurelien Geron's chapter 14":"
25
+
o RNN video at URL":https://youtu.be/PCgrgHgy26c?feature=shared"
26
+
o New LSTM, see Beck et al URL:"https://arxiv.org/abs/2405.04517"
0 commit comments