Git Product home page Git Product logo

hanbuck30 / pytorch_esn Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 2.0 944 KB

Pytorch version of ESN. Learning algorithms include FORCE, inverse matrix, and Gradient Descent. Unlike traditional ESNs, large storage nodes can be used using memory much more efficiently.

License: GNU General Public License v3.0

Jupyter Notebook 95.95% Python 4.05%
esn mackey-glass pytorch time-series efficiency variable-task echo-state-networks

pytorch_esn's Introduction

Pytorch_ESN

ESN version of pytorch

Echo State Network (ESN) Implementation

This repository contains an implementation of the Echo State Network (ESN) algorithm along with an example usage notebook and utility functions.

Repository Structure

  • ESN_example.ipynb: Jupyter notebook providing a usage example of the ESN implementation.
  • ESN_py/: Core package directory containing the implementation of the ESN.
    • __init__.py: Initialization file for the ESN_py package.
    • config.py: Configuration file for the ESN parameters.
    • ESN.py: Core implementation of the Echo State Network.
    • learning_algorithm/: Directory containing different learning algorithms for the ESN.
      • Gradient_descent.py: Implementation of gradient descent learning algorithm.
      • Inverse_matrix.py: Implementation of inverse matrix learning algorithm.
      • Online_learning.py: Implementation of online learning algorithm.
    • utils/: Directory containing utility functions and settings for the ESN.
      • func.py: Utility functions for the ESN.
      • setting.py: Settings and configurations for the ESN utilities.
      • sparseLIB.py: Sparse matrix operations library.
  • MackeyGlass_t17.txt: Dataset used in the example notebook.

Getting Started

Prerequisites

Ensure you have Python 3.8 or higher installed. Install the necessary dependencies using the following command:

pip install -r requirements.txt

Installation

Clone the repository and navigate to the project directory:

git clone https://github.com/hanbuck30/Pytorch_ESN.git

pytorch_esn's People

Contributors

hanbuck30 avatar

Stargazers

 avatar

Watchers

 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.