Skip to content

Commit de9b9a5

Browse files
authored
Merge pull request #110041 from lobrien/1694164-DSVM-OS-Nudge
Edit to overview description; grammar and style
2 parents 49a6237 + 7af2985 commit de9b9a5

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

articles/machine-learning/data-science-virtual-machine/overview.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: What is the Azure Data Science Virtual Machine
33
titleSuffix: Azure Data Science Virtual Machine
4-
description: Key analytics scenarios and components for Windows and Linux Data Science Virtual Machines.
4+
description: Overview of Azure Data Science Virtual Machine - An easy to create and use virtual machine on the Azure cloud platform with preinstalled and configured tools and libraries for doing data science and developing intelligent applications.
55
keywords: data science tools, data science virtual machine, tools for data science, linux data science
66
services: machine-learning
77
ms.service: machine-learning
@@ -10,7 +10,7 @@ ms.subservice: data-science-vm
1010
author: vijetajo
1111
ms.author: vijetaj
1212
ms.topic: overview
13-
ms.date: 12/31/2019
13+
ms.date: 04/02/2020
1414

1515
---
1616

@@ -19,17 +19,17 @@ ms.date: 12/31/2019
1919
The Data Science Virtual Machine (DSVM) is a customized VM image on the Azure cloud platform built specifically for doing data science. It has many popular data science tools preinstalled and preconfigured to jumpstart building intelligent applications for advanced analytics.
2020

2121
The DSVM is available on:
22+
2223
+ **Windows Server 2019**
2324
+ **Ubuntu 18.04 LTS**
2425
+ Windows Server 2016
2526
+ Ubuntu 16.04 LTS and CentOS 7.4
2627

27-
2828
> [!NOTE]
2929
> All VM tools for deep learning have been folded into the Data Science Virtual Machine.
3030
31-
3231
## Why choose the DSVM?
32+
3333
The goal of the Data Science Virtual Machine is to provide data professionals of all skill levels and across industries with a friction-free, preconfigured data science environment. Instead of rolling out a comparable workspace on your own, you can provision a DSVM. That choice can save you days or even _weeks_ on the installation, configuration, and package management processes. After your DSVM has been allocated, you can immediately begin working on your data science project.
3434

3535
## Sample Use Cases
@@ -41,33 +41,37 @@ Below, we illustrate some common use cases for DSVM customers.
4141
The DSVM provides a baseline configuration for data science teams that want replace their local desktops with a managed cloud desktop, ensuring that all the data scientists on a team have a consistent setup with which to verify experiments and promote collaboration. It also lowers costs by reducing the sysadmin burden. This burden reduction saves on the time needed to evaluate, install, and maintain software packages for advanced analytics.
4242

4343
### Data science training and education
44+
4445
Enterprise trainers and educators who teach data science classes usually provide a virtual machine image. The image ensures that students have a consistent setup and that the samples work predictably.
4546

4647
The DSVM creates an on-demand environment with a consistent setup that eases the support and incompatibility challenges. Cases where these environments need to be built frequently, especially for shorter training classes, benefit substantially.
4748

4849
### On-demand elastic capacity for large-scale projects
50+
4951
Data science hackathons/competitions or large-scale data modeling and exploration require scaled-out hardware capacity, typically for short duration. The DSVM can help replicate the data science environment quickly on demand, on scaled-out servers that allow experiments that high-powered computing resources can run.
5052

5153
### Custom compute power for Azure Notebooks
54+
5255
[Azure Notebooks](../../notebooks/azure-notebooks-overview.md) is a free hosted service to develop, run, and share Jupyter notebooks in the cloud with no installation. The free service tier is limited to 4 GB of memory and 1 GB of data.
5356

5457
To release all limits, you can attach a Notebooks project to a DSVM or any other VM running on a Jupyter server. If you sign in to Azure Notebooks with an account by using Azure Active Directory (such as a corporate account), Notebooks automatically shows DSVMs in any subscriptions associated with that account. You can [attach a DSVM to Azure Notebooks](../../notebooks/configure-manage-azure-notebooks-projects.md#compute-tier) to expand the available compute power.
5558

5659
### Short-term experimentation and evaluation
60+
5761
You can use the DSVM to evaluate or learn new data science [tools](./tools-included.md), especially by going through some of our published [samples and walkthroughs](./dsvm-samples-and-walkthroughs.md).
5862

5963

6064
### Deep learning with GPUs
65+
6166
In the DSVM, your training models can use deep learning algorithms on hardware that's based on graphics processing units (GPUs). By taking advantage of the VM scaling capabilities of the Azure platform, the DSVM helps you use GPU-based hardware in the cloud according to your needs. You can switch to a GPU-based VM when you're training large models, or when you need high-speed computations while keeping the same OS disk. You can choose any of the N series GPU enabled virtual machine SKUs with DSVM. Please note Azure free accounts do not support GPU enabled virtual machine SKUs.
6267

6368
The Windows Server 2016 edition of the DSVM comes pre-installed with GPU drivers, frameworks, and GPU versions of deep learning frameworks. On the Linux edition, deep learning on GPUs is enabled on both the CentOS and Ubuntu DSVMs.
6469

6570
You can also deploy the Ubuntu, CentOS, or Windows 2016 edition of the DSVM to an Azure virtual machine that isn't based on GPUs. In this case, all the deep learning frameworks will fall back to the CPU mode.
66-
71+
6772
[Learn more about available deep learning and AI frameworks](dsvm-tools-deep-learning-frameworks.md).
6873

6974
<a name="included"></a>
70-
7175
## What's included on the DSVM?
7276

7377
See a full list of tools on both the Windows and Linux DSVM's [here](tools-included.md).

articles/machine-learning/data-science-virtual-machine/tools-included.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The Data Science Virtual Machine comes with the most useful data-science tools p
9292
| &nbsp;&nbsp;&nbsp;&nbsp; [Sparkmagic](https://github.com/jupyter-incubator/sparkmagic) | <span class='red-x'>&#10060;</span> | <span class='green-check'>&#9989;</span></br> (Ubuntu only) | | | |
9393
| &nbsp;&nbsp;&nbsp;&nbsp; SparkR | <span class='red-x'>&#10060;</span> | <span class='green-check'>&#9989;</span> | | | |
9494

95-
**Ubuntu 18.04 DSVM and Windows Server 2019 DSVM** has following Jupyter Kernels:-</br>
95+
**Ubuntu 18.04 DSVM and Windows Server 2019 DSVM** has the following Jupyter Kernels:-</br>
9696
* Python 3.7 - default</br> 
9797
* Python 3.7 - PyTorch</br> 
9898
* Python 3.7 - TensorFlow</br> 
@@ -106,20 +106,20 @@ The Data Science Virtual Machine comes with the most useful data-science tools p
106106
* Scala Spark – HDInsight</br> 
107107
* Python 3 Spark – HDInsight</br> 
108108

109-
**Ubuntu 18.04 DSVM and Windows Server 2019 DSVM** has following conda environments:-</br>
109+
**Ubuntu 18.04 DSVM and Windows Server 2019 DSVM** has the following conda environments:-</br>
110110
* py37_default  </br>
111111
* py37_tensorflow </br>
112112
* py37_pytorch  </br>
113113
* azureml_py36_tensorflow  </br>
114114
* azureml_py36_pytorch  </br>
115115
* azureml_py36_automl  </br>
116116

117-
**Ubuntu 16.04 DSVM** has following conda environments:-</br>  
117+
**Ubuntu 16.04 DSVM** has the following conda environments:-</br>  
118118
* base </br>
119119
* py37 </br>
120120
* azureml_py36 </br>
121121

122-
**Windows Server 2016** has following conda environments:-</br>
122+
**Windows Server 2016** has the following conda environments:-</br>
123123
* base   </br>
124124
* AzureML  </br>
125125
* python2  </br>

0 commit comments

Comments
 (0)