Solutions
LM-C13-C-001
0.5 * 20 = 10.
LM-C13-C-002
The two named vectors are cell state and hidden state.
LM-C13-C-003
The three named LSTM gates are forget, input, and output.
LM-C13-C-004
The two named GRU gates are update and reset.
LM-C13-C-005
No. LSTMs and GRUs improve recurrent memory flow, but they still process sequences step by step.