Introduction to Microsoft Machine Learning package in Microsoft R Server 9.0

MicrosoftML package

Microsoft has released Microsoft R Server 9.0 (MRS9.0) with very interesting package called MicrosoftML. "Micrsooft ML" stands for Microsoft Machine Learning R package which you can use on R Server. R Server is commercial version of popular R Client distribution, which solves mayor problems when working with R. R Server contains set of cutting-edge technology to work with big data, as well as set of enhanced packages for parallelization and distributing computing. MRS 9.0 is coming with "MicrosoftML" package which contains set of several Machine Learning algorithms developed in various Microsoft products in the last 10 years. You can combine the algorithms delivered in this package with pre-existing parallel external memory algorithms such as the RevoScaleR package as well as open source innovations such as CRAN R packages to deliver the best predictive analytic. MicrosoftML package includes the following algorithms:

  • Fast linear learner, with support for L1 and L2 regularization,
  • Fast boosted decision tree,
  • Fast random forest,
  • Logistic regression, with support for L1 and L2 regularization,
  • GPU-accelerated Deep Neural Networks (DNNs) with convolutions,
  • Binary classification using a One-Class Support Vector Machine.

How to start with MicrosoftML package

In order to fully use the power of MicrosoftML, and RevoScaleR you need to download MRS 9.0 from the MSDN or Visual Studio Dev Essentials subscription. Once the zip file is downloaded, unzip it, and run setup file. The following required components were missing when my installation is started. Seems the MRS contains the latest .NET Core components, which is pretty cool:

  blog_mrs_9_11

After the prerequested components installed, the MRS installation process can start.

  blog_mrs_9_01

 

By clicking the Next button the Installation process starts:

 

  blog_mrs_9_02

Select the path where you want to install MRS, and press the Next button:

  blog_mrs_9_03

If everything went ok, the installation process is finished after less than minute, and the final dialog window appears:

  blog_mrs_9_04

By clicking the Finish button MRS is installed on you PC.

Run MRS 9.0 by using R Tool fo Visual Studio, RTVS

Now it is time to run some R code. YOu have two posibilities to run R code. The first option is that you use the R Studio proffesion tool for running R code. It is free and open source which you can download from rstudio.com. If you are MS Developer you usualy write the code in the Visual Studio. So you can download RTVS from this link and run R code from Visual Studio. Now that you have right tool to run R code, we can start with setting the MRS environment. First thing you should do is to point RTVS to use MRS 9.0 instead of curently using some other distribution. So open the Visual Studio, select R Tools->Edit Options  

blog_mrs_9_08

The Option dialog appears. Set the R Engine to point installation folder of the MRS. Since my installation location was on Program Files folder, the picture below show my installation path.

  blog_mrs_9_07

After you set the right installation folder , restart the Visual Studio: When the Visual Studio is running, open R Open R Interactive window. You should have similar text if you set up MRS path correctly:

  blog_mrs_9_13

Select New Project from the File->New menu option.

  blog_mrs_9_10

 

Name it FirstRServerDemo and click Ok. Now you are ready to write first MRS R code:

  blog_mrs_9_14

In the next post we will continue exploration the MicrosoftML library package and new set of Machine Learning algorithms added in this latest version.


Posted Dec 11 2016, 10:22 PM by Bahrudin
developers.de is a .Net Community Blog powered by daenet GmbH.