Skip to content

Commit d19fbfc

Browse files
Update rnn.md
1 parent e969dbe commit d19fbfc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rnn.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,7 @@ are trained jointly, and the diagram in Figure 4 represents one computational gr
196196
So far we have seen only a simple recurrence formula for the Vanilla RNN. In practice, we actually will
197197
rarely ever use Vanilla RNN formula. Instead, we will use what we call a Long-Short Term Memory (LSTM)
198198
RNN.
199+
200+
### Gradient Flow
201+
202+
### Vanishing gradient problem

0 commit comments

Comments
 (0)