Package: rnn Title: Recurrent Neural Network Version: 1.9.1 Authors@R: person("Bastiaan", "Quast", , "bquast@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2951-3577")) Description: Implementation of a Recurrent Neural Network architectures in native R, including Long Short-Term Memory (Hochreiter and Schmidhuber, ), Gated Recurrent Unit (Chung et al.) and vanilla RNN. Depends: R (>= 3.2.2) License: GPL-3 RoxygenNote: 7.3.3 Encoding: UTF-8 URL: https://bastiaanquast.com/rnn/, https://github.com/bquast/rnn BugReports: https://github.com/bquast/rnn/issues Imports: attention, sigmoid (>= 1.4.0) Suggests: testthat, knitr, rmarkdown VignetteBuilder: knitr Repository: https://bquast.r-universe.dev Date/Publication: 2026-01-12 16:27:48 UTC RemoteUrl: https://github.com/bquast/rnn RemoteRef: HEAD RemoteSha: 91cd0a5352a7daaf52174f99deba60f5c77cb379 NeedsCompilation: no Packaged: 2026-06-11 08:15:40 UTC; root Author: Bastiaan Quast [aut, cre] (ORCID: ) Maintainer: Bastiaan Quast