Package: simpleMLP
Title: Simple Multilayer Perceptron Neural Network
Version: 0.2.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
LazyData: true
RoxygenNote: 7.1.1
Imports: stats, readr
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2021-02-07 05:40:51 UTC; jovyan
Author: Cullen Pu [aut, cre]
Maintainer: Cullen Pu <cullenpu@gmail.com>
Repository: CRAN
Date/Publication: 2021-02-11 09:40:02 UTC
