You have found MXNet R Package! The MXNet R packages brings flexible and efficient GPU computing and state-of-the-art deep learning to R.
Sounds exciting? This page contains links to all the related documentation of the R package.
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://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/" options(repos = cran) install.packages("mxnet")
To use the GPU version or to use it on Linux, please follow Installation Guide
MXNet R-package is licensed under Apache-2.0 license.