Sequence Models  |   Attention Model   |   Word Embeddings   |   More about Data Science

Sequence Models

I: Recurrent Neural Networks

1.What are some examples of sequence data?

2. Why don’t we use a standard network for sequence data analysis?

Problems:


3. How does a (uni-directional) recurrent neural network different from a standard network?

drawing

drawing


4. What are the disadvantages of a RNN?


5. What are forward propagation and backward propagation?


6. Bidrectional Neural Networks (BRNNs)

Activation Functions:

Hidden Layers:

Output layers

Note:


7.Deep BRNNs


8. Language modelling and sequence generation

9. Gated Recurrent Unit (GRU)

What is a common GRU composed of?


10. Long Short-Term Memory (LSTM) network

What is a LSTM unit and network?

Long short-term memory (LSTM) units are units of a RNN. An RNN composed of LSTM units is often called an LSTM network.

What is a common LSTM composed of?

How does LSTM work?

drawing


Read more?