- 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 (orange) to actual series (blue)
Example of time series fit with simple exponential smoothing layer