Giter Site home page Giter Site logo

pyrecu's Introduction

PyRecu

PyRecu is a Python library for recurrent neural network (RNN) modeling and reservoir computing (RC), developed by Richard Gast. It is very much a work-in-process kind of open-source project that everyone is welcome to contribute to.

Basic Features

1. rnn

  • module for the forward simulation of RNN dynamics
  • create the network data of your RC workflow
  • runtime optimization via Numba, the behavior of which can be fully controlled by the user
  • provide your own function implementing the integration of the RNN or use one of the provided RNNs in pyrecu.neural_models
  • provide your own function decorators and function decorator arguments for runtime optimization

2. readout

  • module for model fitting based on previously simulated network data
  • train and test the readout layer of your RC workflow
  • use ridge regression and cross-validation features

3. util

  • collection of utility functions
  • create connectivity matrices with random sampling from spatial kernels
  • calculate the sequentiality of the network dynamics
  • calculate the functional modularity of the network from simulated RNN dynamics

Installation

To install PyRecu, clone this repository and run the following line from the directory in which the repository was cloned:

python setup.py install

This will also install the requirements of the software listed below.

Dependencies

  • numpy
  • numba
  • scikit-learn
  • scipy

Contact

If you have any questions, want to contribute to the software, or just get in touch, feel free to post an issue or contact Richard Gast.

pyrecu's People

Contributors

richert avatar

Watchers

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