reservoirpy / reservoirR

Experimental R interface for ReservoirPy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reservoiR

R-CMD-check

reservoirnet is an R package designed to call the python module reservoirpy through reticulate.

The reservoirpy module implements reservoir computing, a machine learning method based on a set of randomly connected neurons where only the last layer is trained. This method allows fast training with good performance compared to usual neural networks.

In order to install the package run the following :

devtools::install_github(repo = "reservoirpy/reservoirR")

About

Experimental R interface for ReservoirPy

License:GNU General Public License v3.0


Languages

Language:R 97.6%Language:Python 2.4%