Git Product home page Git Product logo

arnn's Introduction

ARNN

  1. System requirements

a. The codes can be run within MATLAB environment on any operating system.

b. We implemented the codes with MATLAB R2019b on Mac/Unbuntu.

c. No non-standard hardware is required.


  1. Installation guide

a. The codes can be run directly without installation.

b. No install time is needed.


  1. Demo:

The code "Main codes/LongerPredictionSamples_ARNN.m" in repository can generates the results in Figure 2d,2e,2f of the main text.

Expected running time for this demo is less than 1 minute on a "normal" desktop computer.


  1. Instructions for use

Run ARNN algorithm:

Resource code file folder: Main codes

Use "Main codes/Main_ARNN.m" for both Lorenz model and real-world datasets.

  1. For Lorenz model simulation, there are the following three cases:

    noise-free & time-invariant case: use "Main codes/mylorenz.m" to generate high-dimensional data, set ""noisestrength = 0" in "Main codes/Main_ARNN.m";

    noisy & time-invariant case: use "Main codes/mylorenz.m" to generate high-dimensional data, set "noisestrength" to be 0.1-1.0 in "Main codes/Main_ARNN.m", respectively;

    time-varying case: use "Main codes/mylorenz_dynamic.m" to generate high-dimensional data, set "noisestrength = 0" in "Main codes/Main_ARNN.m".

  2. For windspeed dataset, unzip the compressed files first, then

    cat scale_windspeed_PARTa* > scale_windspeed_a.txt

    M = dlmread('scale_windspeed_a.txt');

    save('scale_windspeed_a.mat', M);

    load wind speed data: "load scaled_windspeed_a" in Matlab;

  3. For high-dimensional datasets, use "Main codes/calcv.m" for variable selection by mutual information or PCC.


Test the ARNN Robustness:

File folder: Robustness test


Prediction results:

"Lorenz results",

Movie1: typhoon prediction.mp4,

Movie2: traffic prediction.mp4


Data resources:

Folder: Data, which includes gene expression, HK hospital admission, Ozone(tempreture and SLP), Solar, wind speed, stock, traffic, typhoon dataset.

arnn's People

Contributors

rpcb avatar

Watchers

James Cloos 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.