rnn
Implementation of a Recurrent Neural Network in R.
Installation
The stable version can be installed from CRAN using:
install.packages(‘sigmoid’)The development version, to be used at your peril, can be installed from GitHub using the devtools package.
if (!require('devtools')) install.packages('devtools')
devtools::install_github('bquast/sigmoid’)Usage
Following installation, the package can be loaded using:
library(sigmoid)For general information on using the package, please refer to the help files.
help(‘sigmoid’)
help(package=‘sigmoid’)Additional Information
An overview of the changes is available in the NEWS file.
news(package=‘sigmoid’)There is a dedicated website with information hosted on my personal website.
Development
Development takes place on the GitHub page.
http://github.com/bquast/sigmoid
Bugs can be filed on the issues page on GitHub.