Cullenpu/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

Maintainer
LicenseMIT + file LICENSE
Version1.0.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("Cullenpu/simpleMLP")
Cullenpu/simpleMLP documentation built on March 31, 2021, 2:30 a.m.