rc-0.1.0.0: README.md
# Reservoir Computing
Facilitating RC research
## Features
* [Nonlinear transient computing (NTC)](https://github.com/masterdezign/rc/tree/master/examples/NTC)
## Getting Started
Use [Stack](http://haskellstack.org).
$ git clone https://github.com/masterdezign/rc.git && cd rc
$ stack build --install-ghc
### [Example 1](https://github.com/masterdezign/rc/tree/master/examples/NTC). NTC
$ stack exec ntc
Error: 3.1103181863915367e-3
[Here](https://raw.githubusercontent.com/masterdezign/rc/master/examples/NTC/mg-prediction.png) is visualized prediction result.
Great!