1) Question:
6.1 What is the difference between RNNs and FNNs? 218
6.2 Typical characteristics of RNNs? 218
6.3 What can RNNs do? 219
6.4 Typical applications of RNNs in NLP? 220
6.5 What are the similarities and differences between RNNs training and traditional ANN training? 220
6.6 Common RNNs Extensions and Improvement Models 221
6.6.1 Simple RNNs (SRNs) 221
6.6.2 Bidirectional RNNs 221
6.6.3 Deep(Bidirectional) RNNs 222
6.6.4 Echo State Networks (ESNs) 222
6.6.5 Gated Recurrent Unit Recurrent Neural Networks 224
6.6.6 LSTM Netwoorks 224
6.6.7 Clockwork RNNs (CW-RNNs) 225
2) Answer:
P
References: