RNN and LSTM: YANG Jiancheng
RNN and LSTM: YANG Jiancheng
RNN and LSTM: YANG Jiancheng
YANG Jiancheng
Outline
• I. Vanilla RNN
• II. LSTM
• III. GRU and Other Structures
• I. Vanilla RNN
GREAT Intro: Understanding LSTM Networks
0~1
0~1
• II. LSTM
• Step-by-Step Walk Through
0~1
0~1
• III. GRU and other structures
• Gated Recurrent Unit (GRU)
• Combines the forget and input gates into a single “update gate.”
• Merges the cell state and hidden state
• Other changes
• III. GRU and other structures
• Variants on Long Short Term Memory