rnn: a Recurrent Neural Network in R - on CRAN
The rnn R package, describing how to implement from scratch the Recurrent Neural Network algorithm) in the R language is now available on CRAN. The rnn package can be installed simply from within R by running: install.packages('rnn') It does not have any dependencies, C++, Fortran, Java, or any other type of complexities. It is written purely in base R, so it should install without any issue on any R version.