Skip to content

The source code to regenrate the experimental results in the ICDM paper "Widening the Time Horizon: Predicting the Long-Term Behavior of Chaotic Systems with Error-Trajectory Tracing and Horizon Forcing".

License

Notifications You must be signed in to change notification settings

KDL-UMB/HorizonForcing

 
 

Repository files navigation

HorizonForcing

Use the experiments_results notebook to regenrate the experimental results in the paper.

run following command to regenrate data samples: python generate_dataset.py -s electricity where -s is the system to build data for, optional values are ["lorenz", "accelerometer", "gait_force", "roaming_worm", "electricity"]

run following command to genrate the index of the samples:
python training.py -gpu 1 -s electricity -mode 1

run following command to retrain all models: python training.py -gpu 1 -s electricity where -s is the system to build data for, optional values are ["lorenz", "accelerometer", "gait_force", "roaming_worm", "electricity"]

About

The source code to regenrate the experimental results in the ICDM paper "Widening the Time Horizon: Predicting the Long-Term Behavior of Chaotic Systems with Error-Trajectory Tracing and Horizon Forcing".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 88.7%
  • Python 11.3%