Nothing
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")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.