norse.torch.module.exp_filter

norse.torch.module.exp_filter#

Exponential smoothing is rule of thumb techique for smoothing time series data using the exponential window function.

Classes

ExpFilter(input_size, output_size[, ...])

A exponential smoothing layer.