Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanzhi-02 committed Apr 11, 2016
1 parent 27f5417 commit 3a83779
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Package: deeplearning
Type: Package
Title: An Implementation of Deep Neural Network for Regression and Classification
Description: An implementation of deep neural network with rectifier linear units (ReLU) trained
with stochastic gradient descent (SGD) method and batch normalization. A combination of these methods have
Description: 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 (Sergey Ioffe 2015)
and dropout (Nitish Srivastava 2014) are implemented as regularization. The deeplearning package is inspired by
the darch package and uses its class DArch.
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.
Version: 0.1.0
Date: 2016-04-10
Authors@R: c(
Expand Down

0 comments on commit 3a83779

Please sign in to comment.