Skip to content

kristpapadopoulos/keras-exponential-smoothing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages