⚠️There's a newer version (1.4.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(‘sigmoid’)

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/sigmoid’)

Usage

Following installation, the package can be loaded using:

library(sigmoid)

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

help(‘sigmoid’)
help(package=‘sigmoid’)

Additional Information

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

news(package=‘sigmoid’)

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

http://qua.st/sigmoid

Development

Development takes place on the GitHub page.

http://github.com/bquast/sigmoid

Bugs can be filed on the issues page on GitHub.

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

Copy Link

Version

Down Chevron

Install

install.packages('sigmoid')

Monthly Downloads

682

Version

0.1.0

License

GPL-3

Maintainer

Last Published

April 25th, 2016

Functions in sigmoid (0.1.0)