Git Product home page Git Product logo

chickenbestlover / online-recurrent-extreme-learning-machine Goto Github PK

View Code? Open in Web Editor NEW
149.0 11.0 68.0 189.49 MB

Online-Recurrent-Extreme-Learning-Machine (OR-ELM) for time-series prediction, implemented in python

Python 2.08% Jupyter Notebook 97.92%
oselm elm os-elm or-elm extreme-learning-machine online-sequential-elm time-series time-series-prediction online-learning online-learning-algorithms

online-recurrent-extreme-learning-machine's Introduction

Online-Recurrent-Extreme-Learning-Machine

Online-Recurrent-Extreme-Learning-Machine (OR-ELM) for time-series prediction, implemented in python.

Requirements

  • Python 2.7
  • Numpy
  • Matplotlib
  • pandas
  • Expsuite (included in this repository)

Dataset

example

Implemented Algorithms

  • Online Sequential Extreme Learning Machine (OS-ELM)
    • Liang, Nan-Ying, et al. "A fast and accurate online sequential learning algorithm for feedforward networks." IEEE Transactions on neural networks 17.6 (2006): 1411-1423.
  • Fully Online Sequential Extreme Learning Machine (FOS-ELM)
    • Wong, Pak Kin, et al. "Adaptive control using fully online sequential-extreme learning machine and a case study on engine air-fuel ratio regulation." Mathematical Problems in Engineering 2014 (2014).
  • Normalized FOS-ELM (NFOS-ELM) (proposed)
    • FOS-ELM + Layer Normalization + forgetting factor
  • Normalized Auto-encoded FOS-ELM (NAOS-ELM) (proposed)
    • FOS-ELM + Layer Normalization + forgetting factor + weight auto-encoding (input->hidden)
  • Online Recurrent Extreme Learning Machine (OR-ELM) (proposed)
    • FOS-ELM + Layer Normalization + forgetting factor + weight auto-encoding (input->hidden, hidden->hidden)
    • This is for training recurrent neural networks (RNNs)

Example of usage

Run prediction code:

python run.py -a ORELM

Plot performance comparison:

python plotResults.py

Result

  • Prediction from OR-ELM

predictionPlot

  • Performance comparison
    • FOS-ELM and proposed variants including OR-ELM

performanceComparison

To do

  • Rewrite this code with Pytorch for GPU acceleration

If you use this code, please cite our paper "Online Recurrent Extreme Learning Machine and its Application to time-series Prediction" in IEEE Access.

Paper URL: http://ieeexplore.ieee.org/abstract/document/7966094/ http://rit.kaist.ac.kr/home/International_Conference?action=AttachFile&do=get&target=paper_0411.pdf

Park, Jin-Man, and Jong-Hwan Kim. "Online recurrent extreme learning machine and its application to time-series prediction." Neural Networks (IJCNN), 2017 International Joint Conference on. IEEE, 2017.

Acknowledgement

This work was supported by the ICT R&D program of MSIP/IITP. [2016-0-00563, Research on Adaptive Machine Learning Technology Development for Intelligent Autonomous Digital Companion]

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.