README.md

learNN

License CRAN Version R build status Coverage status Total RStudio Cloud Downloads Montly RStudio Cloud Downloads

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('remotes')) install.packages('remotes')
remotes::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.

https://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



bquast/learNN documentation built on June 26, 2022, 2:08 a.m.