Package: rnn
Title: Recurrent Neural Network
Version: 1.9.0
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, <doi:10.1162/neco.1997.9.8.1735>), Gated Recurrent Unit (Chung et al., <arXiv:1412.3555>) and vanilla RNN.
Depends: R (>= 3.2.2)
License: GPL-3
RoxygenNote: 7.2.3
Encoding: UTF-8
URL: https://qua.st/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
NeedsCompilation: no
Packaged: 2023-04-21 15:57:27 UTC; bquast
Author: Bastiaan Quast [aut, cre] (<https://orcid.org/0000-0002-2951-3577>)
Maintainer: Bastiaan Quast <bquast@gmail.com>
Repository: CRAN
Date/Publication: 2023-04-22 00:50:19 UTC
Built: R 4.3.3; ; 2025-01-24 16:53:54 UTC; unix
