Exercises

LM-C13-C-001

If memory value is 20 and a gate is 0.5, what amount passes?

Compute it first, then check your number.

LM-C13-C-002

How many state vectors are named in the LSTM overview: cell state and hidden state?

Compute it first, then check your number.

LM-C13-C-003

How many LSTM gates are named: forget, input, output?

Compute it first, then check your number.

LM-C13-C-004

How many GRU gates are named: update, reset?

Compute it first, then check your number.

LM-C13-C-005

Does gated recurrence remove the sequential nature of RNN processing? Answer 1 for yes or 0 for no.

Compute it first, then check your number.