September 2017
Beginner to intermediate
560 pages
25h 18m
English
We will use a popular deep learning framework mxnet for image categorization.
Install the latest version of the following packages:
> cran <- getOption("repos")
> cran["dmlc"] <- "https://s3.amazonaws.com/mxnet-r/"
> options(repos = cran)
> install.packages("mxnet")
> install.packages("jpeg")
> install.packages("png")
> library(devtools)
> devtools::install_github('rich-iannone/DiagrammeR')
> source("http://bioconductor.org/biocLite.R")
> biocLite()
> biocLite("EBImage")
Read now
Unlock full access