File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
05. Improvements to the RNN Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 33# [ Chapter 5. Improvements to the RNN] ( # )
44
55* 5.1. LSTM to the Rescue
6- * 5.2. Understanding the LSTM cell
7- * 5.2.1. Forget Gate
8- * 5.2.2. Input Gate
9- * 5.2.3. Output Gate
10- * 5.2.4. Updating the cell state
11- * 5.2.5. Updating the hidden state
6+ * [ 5.2. Understanding the LSTM cell] (https://github.com/sudharsan13296/Hands-On-Deep-Learning-Algorithms-with-Python/blob/master/05.%20Improvements%20to%20the%20RNN/5.02%20Understanding%20the%20LSTM%20cell.ipynb )
127* 5.3. Forward propagation in LSTM
138* 5.4. Backpropagation in LSTM
149* 5.5. Deriving backpropagation of LSTM Step by step
3126* 5.10.2.2. Gradients with respect to W
3227* 5.10.2.3. Gradients with respect to U
3328* 5.11. Implementing GRU cell in Tensorflow
34- * 5.12. BiDirectional RNN
29+ * [ 5.12. BiDirectional RNN] ( https://github.com/sudharsan13296/Hands-On-Deep-Learning-Algorithms-with-Python/blob/master/05.%20Improvements%20to%20the%20RNN/5.12%20BiDirectional%20RNN.ipynb )
3530* 5.13. Going Deep with Deep RNN
3631* 5.14. Language Translation Seq2seq models
3732* 5.14.1. Encoder
You can’t perform that action at this time.
0 commit comments