rnn: Recurrent Neural Network

Implementation of a Recurrent Neural Network architectures in native R, including Long Short-Term Memory (Hochreiter and Schmidhuber, <doi:10.1162/neco.1997.9.8.1735>), Gated Recurrent Unit (Chung et al., <arXiv:1412.3555>) and vanilla RNN.

Version: 1.5.0
Depends: R (≥ 3.2.2)
Imports: sigmoid, shiny
Suggests: testthat, knitr, rmarkdown
Published: 2022-01-10
Author: Bastiaan Quast ORCID iD [aut, cre], Dimitri Fichou [aut]
Maintainer: Bastiaan Quast <bquast at gmail.com>
BugReports: https://github.com/bquast/rnn/issues
License: GPL-3
URL: http://qua.st/rnn/, https://github.com/bquast/rnn
NeedsCompilation: no
Citation: rnn citation info
Materials: README NEWS
CRAN checks: rnn results

Documentation:

Reference manual: rnn.pdf
Vignettes: GRU units
LSTM units
Basic Recurrent Neural Network
Recurrent Neural Network
RNN units
Sinus and Cosinus

Downloads:

Package source: rnn_1.5.0.tar.gz
Windows binaries: r-devel: rnn_1.5.0.zip, r-release: rnn_1.5.0.zip, r-oldrel: rnn_1.5.0.zip
macOS binaries: r-release (arm64): rnn_1.5.0.tgz, r-oldrel (arm64): rnn_1.5.0.tgz, r-release (x86_64): rnn_1.5.0.tgz, r-oldrel (x86_64): rnn_1.5.0.tgz
Old sources: rnn archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=rnn to link to this page.