February 2020
Intermediate to advanced
328 pages
8h 19m
English
Let's now install MXNet on your system. Depending on the operating system, you can choose a suitable method:
cran <- getOption("repos")cran["dmlc"] <- "https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/"options(repos = cran)install.packages("mxnet")
cran <- getOption("repos")cran["dmlc"] <- "https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/GPU/cu100"options(repos = cran)install.packages("mxnet")
Change the second line of the preceding ...
Read now
Unlock full access