Skip to content

Instantly share code, notes, and snippets.

@HackerEarthBlog
Created January 31, 2017 07:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HackerEarthBlog/1601831e919fe11b08a3c7e255ca46bb to your computer and use it in GitHub Desktop.
Save HackerEarthBlog/1601831e919fe11b08a3c7e255ca46bb to your computer and use it in GitHub Desktop.
# # Installation - Windows
install.packages("drat", repos="https://cran.rstudio.com")
drat:::addRepo("dmlc")
install.packages("mxnet")
library(mxnet)
#Installation - Linux
#Press Ctrl + Alt + T and run the following command
sudo apt-get update
sudo apt-get -y install git
git clone https://github.com/dmlc/mxnet.git ~/mxnet --recursive
cd ~/mxnet/setup-utils
bash install-mxnet-ubuntu-r.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment