rz1988/deeplearning: An Implementation of Deep Neural Network for Regression and Classification

An implementation of deep neural network with rectifier linear units trained with stochastic gradient descent method and batch normalization. A combination of these methods have achieved state-of-the-art performance in ImageNet classification by overcoming the gradient saturation problem experienced by many deep architecture neural network models in the past. In addition, batch normalization and dropout are implemented as a means of regularization. The deeplearning package is inspired by the darch package and uses its class DArch.

Getting started

Package details

Maintainer
LicenseGPL (>= 2)
Version0.1.0
URL https://github.com/rz1988/deeplearning
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("rz1988/deeplearning")
rz1988/deeplearning documentation built on May 28, 2019, 10:46 a.m.