Deep Learning Model in R

Hi, all, We are providing a deep learning model in R using the mxnet package. https://github.com/dmlc/mxnet/blob/master/example/kaggle-ndsb2/Train.R It is the same network structure and parameters with the model from Bing Xu. And of course they have the same lb score. As a R user for years, I personally feel a little unhappy that we don’t have good deep learning tools in R. Even the deep learning tutorials on Kaggle are all using python. Now we have mxnet! To install the mxnet R package, please follow the instructions from: http://mxnet.readthedocs.org/en/latest/build.html#r-package-installation We also provide several tutorials: http://mxnet.readthedocs.org/en/latest/R-package/index.html#tutorials Right now the model is using pre-processed csv files by python code. I will add the preprocessing R code later.


Link to Full Article: Deep Learning Model in R

Pin It on Pinterest

Share This