Skip to content
This repository was archived by the owner on Jun 29, 2019. It is now read-only.

fix typos in windows DSVM readme #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Data-Science-Virtual-Machine/Windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This virtual machine on Azure based on Windows Server 2012, contains popular too
Jump start modeling and development for your data science project using software commonly used for analytics and machine learning tasks in a variety of languages including R, Python, SQL, C# all pre-installed. Visual Studio provides an easy to use IDE to develop and test your code. Jupyter notebooks offers a browser based experimentation and development environment for both Python and R. Microsoft R Services Developer edition included in the VM comes with Microsoft's RevoScaleR package in R that enables high-performance, scalable, parallelized, and distributed “Big Data Big Analytics.” On the VM, there is Azure SDK which allows you to build your applications using various services in the cloud that are part of the Cortana Analytics Suite which includes Azure Machine Learning, Azure data factory, Stream Analytics and SQL Datawarehouse, Hadoop, Data Lake, Spark and more. In addition, we also include ML tools like CNTK (Open Source Deep Learning toolkit from Microsoft), xgboost and Vowpal Wabbit.

For more information on provisioning and using the Data Science VM, please check out the [documentation page](https://azure.microsoft.com/documentation/articles/machine-learning-data-science-provision-vm/).
Youy can also find a [How-To Guide to the data science VM](https://azure.microsoft.com/documentation/articles/machine-learning-data-science-vm-do-ten-things/) that demonstrates some of the things you can do on the VM.
You can also find a [How-To Guide to the data science VM](https://azure.microsoft.com/documentation/articles/machine-learning-data-science-vm-do-ten-things/) that demonstrates some of the things you can do on the VM.

You can click on the "Deploy to Azure" button to immediately try out the VM (Azure subscription required. Hardware compute [fees](https://azure.microsoft.com/en-us/marketplace/partners/microsoft-ads/linux-data-science-vm/) applies. [Free Trial](https://azure.microsoft.com/free/) available for new customers).

Expand All @@ -17,7 +17,7 @@ You can click on the "Deploy to Azure" button to immediately try out the VM (Azu

[![Deploy to Azure](http://azuredeploy.net/deploybutton.svg)](https://azuredeploy.net/)

To create multiple instances of the Windows DSVM you can run the following command from a Azure CLI.
To create multiple instances of the Windows DSVM you can run the following command from an Azure CLI.

```
azure login
Expand Down