Skip to content

When and How to use TimeDistributedDense #1029

@joetigger

Description

@joetigger

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions