Coder Social home page Coder Social logo

mode89 / esn Goto Github PK

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

Echo State Network C/C++/Python

License: BSD 2-Clause "Simplified" License

CMake 11.30% C++ 69.27% C 6.04% Python 13.39%
esn rnn neural-network recurrent-neural-networks echo-state-networks cuda gpu python

esn's Introduction

ESN library

ESN library implements simulation of Echo State Networks.

  • Echo State Network with non-spiking linear integrator neurons
  • Online training
  • Orthonormal weight matrix
  • Uniformly distributed leaking rate
  • Customizable connectivity between neurons
  • Input/output scaling
  • C/C++/Python
  • Linux/Windows
  • Using Eigen library for linear algebra computation

Dependencies

  • CMake 3.3. It's used for building the library.
  • Eigen. By default, the build script downloads Eigens library during configuration step. This behavior can be overriden by CMake options.
  • Google Test. It's used for testing ESN library. By default, the build script downloads Google Test during configuration step. This behavior can be overriden by CMake options.

Installation

Create and proceed to a building directory

mkdir build
cd build

Configure

cmake <options> <path-to-esn-folder>

Available CMake options:

  • ESN_USE_SYSTEM_EIGEN : Default is OFF. if ON, ESN library uses system installed version of Eigen library; if OFF, CMake downloads Eigen library during configuration step.
  • ESN_USE_SYSTEM_GTEST : Default is OFF. If ON, ESN library uses system installed version of Google Test library; If OFF, CMake downloads Google Test library during configuration step.

Build and install

cmake --build . --target install

TODO

  • More tests
  • More samples
  • Saving/loading network

License

BSD 2-clause license

esn's People

Contributors

mode89 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

sawndip

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.