softmaxreg: Training Multi-Layer Neural Network for Softmax Regression and Classification

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.

Getting started

Package details

AuthorXichen Ding <rockingdingo@gmail.com>
MaintainerXichen Ding <rockingdingo@gmail.com>
LicenseGPL (>= 2)
Version1.2
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("softmaxreg")

Try the softmaxreg package in your browser

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

softmaxreg documentation built on May 2, 2019, 6:08 a.m.