autoformer_layer#

Layer for autoformer

Classes

AutoCorrelation(*args, **kwargs)

Self-Attention layer that computes time-delayed autocorrelation between queries and keys.

MovingAvg(*args, **kwargs)

Moving average block to highlight the trend of time series

SeriesDecomp(*args, **kwargs)