Skip to content

Commit da856b0

Browse files
committed
Update week8.do.txt
1 parent 0bc51a3 commit da856b0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/src/week8/week8.do.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,18 @@ o Links between Principal Component Analysis (PCA) and AE
1616

1717

1818
!split
19-
===== Reading recommendations: RNNs =====
19+
===== Reading recommendations: RNNs and LSTMs =====
2020

2121
!bblock
22-
o For RNNs see Goodfellow et al chapter 10.
22+
o For RNNs see Goodfellow et al chapter 10 add link
2323
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"
2527
!eblock
2628

2729

30+
2831
!split
2932
===== Reading recommendations: Autoencoders (AE) =====
3033

0 commit comments

Comments
 (0)