Package: softmaxreg
Type: Package
Title: Training Multi-Layer Neural Network for Softmax Regression and
        Classification
Version: 1.2
Date: 2016-09-08
Author: Xichen Ding <rockingdingo@gmail.com>
Maintainer: Xichen Ding <rockingdingo@gmail.com>
Depends: R (>= 2.10)
Imports: methods
Description: Implementation of 'softmax' regression and classification models with multiple layer neural network. It can be used for many tasks like word embedding based document classification, 'MNIST' dataset handwritten digit recognition and so on. Multiple optimization algorithm including 'SGD', 'Adagrad', 'RMSprop', 'Moment', 'NAG', etc are also provided.
License: GPL (>= 2)
Repository: CRAN
Repository/R-Forge/Project: softmaxreg
Repository/R-Forge/Revision: 6
Repository/R-Forge/DateTimeStamp: 2016-09-09 05:30:53
Date/Publication: 2016-09-09 12:37:04
NeedsCompilation: no
Packaged: 2016-09-09 05:45:25 UTC; rforge
