Temporal Dropout

Temporal Dropout or TempD

GeneralIntroduced 20005 papers

Description

A method that randomly mask out all features coming from a specific time-step in time-series data. If the model used is independent of uneven sequences or missing data in time-series, like attention-based transformers, the masked time-steps can be just ignored in the forward prediction of the model. Otherwise, they have to be masked out with some numerical value.

Papers Using This Method