tree: 034bd287b7a44e6d97a3edb1e8942ae0fcdd6244 [path history] [tgz]
  1. demo/
  2. R/
  3. src/
  4. tests/
  5. vignettes/
  6. .gitignore
  7. .Rbuildignore
  8. DESCRIPTION
  9. LICENSE
  10. README.md
R-package/README.md

Deep Learning for R

Build Status Documentation Status

You have found MXNet R Package! The MXNet R packages brings flexible and efficient GPU computing and state-of-art deep learning to R.

  • It enables you to write seamless tensor/matrix computation with multiple GPUs in R.
  • It also enables you to construct and customize state-of-art deep learning models in R, and apply them to tasks such as image classification and data science challenges.

Sounds exciting? This page contains links to all the related documentation of the R package.

Resources

Installation

We provide pre-built binary packages for Windows/OSX users. You can install the CPU package directly from the R console:

cran <- getOption("repos")
cran["dmlc"] <- "https://s3-us-west-2.amazonaws.com/apache-mxnet/R/CRAN/"
options(repos = cran)
install.packages("mxnet")

To use the GPU version or to use it on Linux, please follow Installation Guide

License

MXNet R-package is licensed under Apache-2.0 license.