You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When will someone use TimeDistributedDense? Is it only to reduce training data set? Does it have other benefit?
Why is TimeDistributedDense after RNN/LSTM/GRU? Shouldn't it be before? For example, if my LSTM has input_dim=10 and output_dim=1, I want to use TimeDistributedDense to shift in one sample for 10 consecutive time steps; so why would TimeDistributedDense be used after the LSTM?
vgoklani, jojonki, yanyankangkang, mehrdadscomputer, vishwajeetk1160 and 22 more