⚠️There's a newer version (1.9.0) of this package. Take me there.

rnn

Implementation of a Recurrent Neural Network in R.

Installation

The stable version can be installed from CRAN using:

install.packages('rnn')

The development version, to be used at your peril, can be installed from GitHub using the devtools package.

if (!require('devtools')) install.packages('devtools')
devtools::install_github('bquast/rnn')

Usage

Following installation, the package can be loaded using:

library(rnn)

For general information on using the package, please refer to the help files.

help('trainr')
help('predictr')
help(package='rnn')

There is also a long form vignette available using:

vignette('rnn')

Additional Information

An overview of the changes is available in the NEWS file.

news(package='rnn')

There is a dedicated website with information hosted on my personal website.

http://qua.st/rnn

Development

Development takes place on the GitHub page.

http://github.com/rnn/

Bugs can be filed on the issues page on GitHub.

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

Copy Link

Version

Down Chevron

Install

install.packages('rnn')

Monthly Downloads

560

Version

0.8.1

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

June 21st, 2018

Functions in rnn (0.8.1)