kristpapadopoulos / keras-exponential-smoothing

Keras, Tensorflow eager execution layers for exponential smoothing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exponential Smoothing Layers

  1. Tensorflow/Keras layer for simple exponential smoothing (SES)
  • ses.py contains the layer defined for simple exponential smoothing
  • main.py is an example for training the layer
  • plots below show fit (blue) to actual series (orange)

Example of time series fit with simple exponential smoothing layer

SES Example with constrained alpha

About

Keras, Tensorflow eager execution layers for exponential smoothing


Languages

Language:Python 100.0%