Login
Remember
Register
Ask a Question
What is the entity that is carried from one timestep to next in RNN?
0
votes
asked
Feb 4, 2022
in
Sequence Models
by
sharadyadav1986
What is the entity that is carried from one timestep to next in RNN?
Select the correct answer from below given options
a) Concatenated inputs from previous timesteps
b) Final output
c) Previous timestep input
d) Hidden state
timestep-rnn
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 4, 2022
by
sharadyadav1986
d) Hidden state is the entity that is carried from one timestep to next in RNN
...