simpleMLP: Simple Multilayer Perceptron Neural Network (original) (raw)

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
DOI: 10.32614/CRAN.package.simpleMLP
Author: Cullen Pu [aut, cre]
Maintainer: Cullen Pu
License: MIT + file
NeedsCompilation: no
Materials: README NEWS
CRAN checks: simpleMLP results

Documentation:

Downloads:

Linking:

Please use the canonical formhttps://CRAN.R-project.org/package=simpleMLPto link to this page.