Different types of RNNs
前言
根據sequence mode的input和output的對應關係來決定不同類別的RNN模型。
內容
Examples of sequence data
Examples of RNN architectures
Summary of RNN types
- 一對一。
- 一對多。
- 多對一。
- 多對多。
- 數量相同的多對多。
- 數量不同的多對多。
該學到的
- 瞭解Different types of RNNs的區分。