Coder Social home page Coder Social logo

nankezi1 / aolfortimeseries Goto Github PK

View Code? Open in Web Editor NEW

This project forked from onlinepredictorts/aolfortimeseries

0.0 0.0 0.0 331 KB

Experiments for our paper "Adaptive Online Learning for Time Series Prediction".

License: Apache License 2.0

Python 100.00%

aolfortimeseries's Introduction

Adaptive Online Time Series Prediction

How to run this code

Install Python 3.8.1 and Numpy version 1.18.1

  • clone this project

    git clone https://github.com/OnlinePredictor/AdaptiveOnlineTimeSeriesPrediction.git

  • to run the experiments later you need to install joblib

    pip install joblib

Overview

This repository contains different python files.

These files define our problems we used to test our algorithm.

  1. RevisionExperimentSetting1.py
  2. RevisionExperimentSetting2.py
  3. RevisionExperimentSetting3.py
  4. RevisionExperimentSettingReal1.py
  5. RevisionExperimentSettingReal2.py
  6. RevisionExperimentSettingReal3.py

The following files contain the predictors.

  1. ArimaAutoregressor.py
  2. Jamil_algo1.py
  3. ARIMA_AO_Hedge.py

Optimizers:

  1. RealOGD.py
  2. RealONS.py
  3. ADAFtrl.py
  4. Ftrl4.py

Run experiments

To reproduce the results in our paper run RunExperiments.py. python PaperExperiments.py Running the experiments like this will start many threads and require a lot of computational power. If you do not want to run all experiments adjust the tasklist array in the main method.

aolfortimeseries's People

Contributors

onlinepredictorts avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.