Giter Club home page Giter Club logo

esgrn's Introduction

ESGRN

This project implements the Evolutionary State Graph Recurrent Networks proposed in [1], which is a GNN-based method for time series modeling.

Compatibility

Code is compatible with tensorflow version 1.1.0 and Pyhton 3.6.2.

Some Python module dependencies are listed in requirements.txt, which can be easily installed with pip:

pip install -r requirements.txt

Input Format

An example data format is given where data is stored as a list containing 4 dimensionals tensors such as [number of samples × segment number × segment length × dimensionality].

Main Script

python run.py -h

usage: run.py [-h] [-v STATENUM] [-d {earthquake,webtraffic}]
              [-lr LEARNING_RATE] [-b BATCHSIZE] [-g GPU] [-p MODELPATH]

optional arguments:
  -h, --help            show this help message and exit
  -v STATENUM, --statenum STATENUM
                        state number
  -d {earthquake,webtraffic}, --dataset {earthquake,webtraffic}
                        select the dataset
  -lr LEARNING_RATE, --learning_rate LEARNING_RATE
                        learning rate
  -b BATCHSIZE, --batchsize BATCHSIZE
                        batch size
  -g GPU, --gpu GPU     state number
  -p MODELPATH, --modelpath MODELPATH
                        the path of storing model

Reference

[1] Wenjie Hu, Yang Yang, Zilong You, Zongtao Liu, Xiang Ren, 2019, Modeling Combinatorial Evolution in Time Series Prediction, In arXiv:1905.05006v2, 2019

@article{hu2019evolutionarygraph,
  author    = {Wenjie Hu, Yang Yang, Zilong You, Zongtao Liu and Xiang Ren},
  title     = {Modeling Combinatorial Evolution in Time Series Prediction},
  journal   = {CoRR},
  volume    = {abs/1905.05006},
  year      = {2019},
  url       = {https://arxiv.org/abs/1905.05006v2},
  archivePrefix = {arXiv},
  eprint    = {1905.05006},
}

esgrn's People

Watchers

 avatar paper2code - bot 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.