StackedML
Practice
Labs
Questions
Models
Pricing
Sign in
Questions
/
Deep Learning
/
Architectures (Conceptual)
/
RNN basics
← Previous
Next →
695.
RNN Hidden State
easy
What is the hidden state in an RNN?
A
A gating mechanism that selectively retains or discards information from the previous time step
B
A learned embedding of the current input that is combined with the output of the previous time step
C
A fixed-size vector updated at each time step that summarizes the relevant history of the sequence seen so far
D
A variable-size memory that grows with sequence length to store all previous inputs without information loss throughout the sequence processing
Sign in to verify your answer
← Back to Questions