Package: rnn 1.9.0

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.

Authors:Bastiaan Quast [aut, cre]

rnn_1.9.0.tar.gz
rnn_1.9.0.zip(r-4.5)rnn_1.9.0.zip(r-4.4)rnn_1.9.0.zip(r-4.3)
rnn_1.9.0.tgz(r-4.4-any)rnn_1.9.0.tgz(r-4.3-any)
rnn_1.9.0.tar.gz(r-4.5-noble)rnn_1.9.0.tar.gz(r-4.4-noble)
rnn_1.9.0.tgz(r-4.4-emscripten)rnn_1.9.0.tgz(r-4.3-emscripten)
rnn.pdf |rnn.html
rnn/json (API)
NEWS

# Install 'rnn' in R:
install.packages('rnn', repos = c('https://bquast.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/bquast/rnn/issues

On CRAN:

7 exports 73 stars 3.85 score 3 dependencies 2 dependents 2 mentions 59 scripts 407 downloads

Last updated 1 years agofrom:5ff9327ec1. Checks:OK: 1 NOTE: 6. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 12 2024
R-4.5-winNOTESep 12 2024
R-4.5-linuxNOTESep 12 2024
R-4.4-winNOTESep 12 2024
R-4.4-macNOTESep 12 2024
R-4.3-winNOTESep 12 2024
R-4.3-macNOTESep 12 2024

Exports:bin2intepoch_annealingepoch_printint2binloss_L1predictrtrainr

Dependencies:attentionsigmoidtransformer

Basic Recurrent Neural Network

Rendered frombasic_rnn.Rmdusingknitr::rmarkdownon Sep 12 2024.

Last update: 2019-05-19
Started: 2018-06-22

GRU units

Rendered fromGRU_units.Rmdusingknitr::rmarkdownon Sep 12 2024.

Last update: 2016-09-11
Started: 2016-09-08

LSTM units

Rendered fromLSTM_units.Rmdusingknitr::rmarkdownon Sep 12 2024.

Last update: 2016-09-11
Started: 2016-09-08

Recurrent Neural Network

Rendered fromrnn.Rmdusingknitr::rmarkdownon Sep 12 2024.

Last update: 2019-05-19
Started: 2015-12-11

RNN units

Rendered fromrnn_units.Rmdusingknitr::rmarkdownon Sep 12 2024.

Last update: 2016-09-11
Started: 2016-09-08

Simple Self-Attention from Scratch

Rendered fromsimple_attention.Rmdusingknitr::rmarkdownon Sep 12 2024.

Last update: 2022-07-13
Started: 2022-07-13

Sinus and Cosinus

Rendered fromsinus.Rmdusingknitr::rmarkdownon Sep 12 2024.

Last update: 2019-05-19
Started: 2016-04-21