rc: Reservoir Computing, fast RNNs

[ bsd3, library, machine-learning, program ] [ Propose Tags ]

Please see the README on Github at https://github.com/masterdezign/rc#readme


[Skip to Readme]

Modules

[Index]

  • RC
    • RC.Helpers
    • RC.NTC

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.3.0.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), dde (==0.0.0), hmatrix (>=0.18.0.0), Learning, random, rc, vector [details]
License BSD-3-Clause
Copyright Bogdan Penkovsky
Author Bogdan Penkovsky
Maintainer dev () penkovsky dot com
Category Machine Learning
Home page https://github.com/masterdezign/rc#readme
Bug tracker https://github.com/masterdezign/rc/issues
Source repo head: git clone https://github.com/masterdezign/rc
Uploaded by penkovsky at 2018-02-23T23:18:25Z
Distributions
Executables ntc
Downloads 1403 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed as of 2018-02-23 [all 3 reports]

Readme for rc-0.1.0.0

[back to package description]

Reservoir Computing

Facilitating RC research

Features

Getting Started

Use Stack.

 $ git clone https://github.com/masterdezign/rc.git && cd rc
 $ stack build --install-ghc

Example 1. NTC

 $ stack exec ntc

 Error: 3.1103181863915367e-3

Here is visualized prediction result.

Great!