Skip to content

Using the Transformer architecture for time-series forecasting and Kalman filter for the model modification.

License

Notifications You must be signed in to change notification settings

kiddie92/Time-Series-Prediction-Transformer-Kalman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Time-Series-Prediction-Transformer-Kalman

Using the Transformer architecture for time-series forecasting and Kalman filter for the model modification.

Transformer architecture is so useful when it comes to seq2seq models that we can easily using Transformer for time-series forecasting. However, models are always not generalizing enough especially for stocks data.

Kalman filter can be applied to linear-model modification. The Unscented Kalman Filter (UKF) can be used for nonlinear estimation. Therefore, I believe we can apply UKF to nonlinear-model such as transformer or other deep learning models.

Anyone who interesting in this project or Quant, please feel free to contact me. I'm looking forward to working with you.

About

Using the Transformer architecture for time-series forecasting and Kalman filter for the model modification.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published