learNN

Implementations of several basic neural network concepts in R, as based on posts on http://qua.st/.

Installation

The stable version of the learNN package can be install from CRAN using:

install.packages("learNN")

The development version, to be used at your peril, can be installed using:

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

Usage

Following installation, the package can be loaded using:

library(learNN)

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

help("learNN")
help(package = "learNN")

For examples of usage, see the function specific help page.

help("learn_bp")
help("learn_gd")
help("learn_do")

Additional Information

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

news(package="learNN")

There is also a blog post with information on my personal website.

http://qua.st/learNN/

Development

Development takes place on the GitHub page.

https://github.com/bquast/learNN

Bugs can be filed on the issues page on GitHub.

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

Copy Link

Version

Down Chevron

Install

install.packages('learNN')

Monthly Downloads

26

Version

0.2.0

License

GPL-3

Maintainer

Last Published

September 29th, 2015

Functions in learNN (0.2.0)