The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Implementation of a Recurrent Neural Network in R.
The stable version can be installed from CRAN using:
install.packages('rnn')
The development version, to be used at your
peril, can be installed from GitHub using the
remotes
package.
if (!require('remotes')) install.packages('remotes')
::install_github('bquast/rnn') remotes
Following installation, the package can be loaded using:
library(rnn)
For general information on using the package, please refer to the help files.
help('trainr')
help('predictr')
help(package='rnn')
There is also a long form vignette available using:
vignette('rnn')
An overview of the changes is available in the NEWS file.
news(package='rnn')
There is a dedicated website with information hosted on my personal website.
https://qua.st/rnn/
Development takes place on the GitHub page.
https://github.com/bquast/rnn/
Bugs can be filed on the issues page on GitHub.
https://github.com/bquast/rnn/issues
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.