Giter VIP home page Giter VIP logo

pytorchtimeseries's Introduction

PyTorchTimeSeries

This repository demonstrates how to implement tap-delays (TDL) in PyTorch framework for time series modeling. Currently, NARX and NARMAX have been implemented.

  • Acronym list is shown below.

    Acronyms:
    NARX - Nonlinear Autoregressive eXogenous.
    NARMAX - Nonlinear Autoregressive Moving Average eXogenous.
    MRAC - Model Reference Adaptive Controller.

NOTE: This repository is a work in progress. Working on more general implementation of TDL. Also the examples will be cleaned up in the future. At this current stage not all test and examples work properly.

Project Layout:

  • Example Folder: Contains examples for implementing PyTorch NARX and NARMAX modules for time-series modeling on real-life data. Also, included an example for implementing an MRAC in PyTorch which is a neural network controller.

  • Helper Folder: Contains helper methods for training NARX and NARMAX networks. Link to the helper methods are shown below

    Helper Files:
    Helper Methods NARX
    Helper Methods NARMAX
  • Model: Contains PyTorch implementation of NARX and NARMAX modules for time-series modeling. Link to the modules are shown below.

    Modules:
    Modules NARX
    Modules NARMAX
  • Optimizer: Contains PyTorch classes for optimization approaches shown below.

    Optimizer Classes:
    Optimizer LM: Levenberg-Marquardt optimization algorithm. NOTE: This isn't an efficient implementation of LM, since pyTorch dosen't allow for gradient calculations with respect to a vector of errors. So the jacobian calculation isn't very efficient.
    Optimizer SCG: Scaled conjugate gradient optimization algorithm.

pytorchtimeseries's People

Contributors

joekelley120 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.