What is the relationship between timestep and number hidden unit in LSTM?



Timestep = the len of the input sequence. For example, if you want to give LSTM a sentence as an input, your timesteps could either be the number of words or the number of characters depending on what you want.
Number of hidden units


Post a Comment

0 Comments