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".

Getting started

Package details

AuthorCullen Pu [aut, cre]
MaintainerCullen Pu <cullenpu@gmail.com>
LicenseMIT + file LICENSE
Version1.0.0
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("simpleMLP")

Try the simpleMLP package in your browser

Any scripts or data that you put into this service are public.

simpleMLP documentation built on March 28, 2021, 9:07 a.m.