simpleMLP: Simple Multilayer Perceptron Neural Network

Create and train a multilayer perceptron, a type of feedforward, fully connected neural network. Features 2 ReLU hidden layers. Learn more about about the activation functions and backpropagation used by this network in Goodfellow et al. (2016, ISBN: 9780262035613) "Deep Learning".

Version: 1.0.0
Depends: R (≥ 2.10)
Imports: ggplot2, readr, stats
Published: 2021-03-28
Author: Cullen Pu [aut, cre]
Maintainer: Cullen Pu <cullenpu at gmail.com>
License: MIT + file LICENSE
NeedsCompilation: no
Materials: README NEWS
CRAN checks: simpleMLP results

Documentation:

Reference manual: simpleMLP.pdf

Downloads:

Package source: simpleMLP_1.0.0.tar.gz
Windows binaries: r-devel: simpleMLP_1.0.0.zip, r-release: simpleMLP_1.0.0.zip, r-oldrel: simpleMLP_1.0.0.zip
macOS binaries: r-release (arm64): simpleMLP_1.0.0.tgz, r-oldrel (arm64): simpleMLP_1.0.0.tgz, r-release (x86_64): simpleMLP_1.0.0.tgz
Old sources: simpleMLP archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=simpleMLP to link to this page.