Skip to content

Files

Latest commit

48e9e2c · Mar 6, 2020

History

History
This branch is 886 commits behind apache/mxnet:master.

R-package

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 29, 2020
Sep 15, 2018
Jan 23, 2020
Feb 29, 2020
Sep 27, 2019
Nov 1, 2018
Jan 2, 2018
Mar 6, 2020
Jan 11, 2019
Feb 28, 2020
Sep 27, 2019
Nov 1, 2018

Deep Learning for R

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.

  • It enables you to write seamless tensor/matrix computation with multiple GPUs in R.
  • It also enables you to construct and customize state-of-the-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.

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://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

License

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