Package: simpleMLP
Title: Simple Multilayer Perceptron Neural Network
Version: 1.0.0
Authors@R: 
    person(given = "Cullen",
           family = "Pu",
           role = c("aut", "cre"),
           email = "cullenpu@gmail.com")
Description: 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".
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
Imports: ggplot2, readr, stats
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2021-03-27 03:34:57 UTC; Cullen Pu
Author: Cullen Pu [aut, cre]
Maintainer: Cullen Pu <cullenpu@gmail.com>
Repository: CRAN
Date/Publication: 2021-03-28 06:20:02 UTC
Built: R 4.1.0; ; 2021-05-27 15:28:07 UTC; unix
