You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/data-science-virtual-machine/overview.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: What is the Azure Data Science Virtual Machine
3
3
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.
5
5
keywords: data science tools, data science virtual machine, tools for data science, linux data science
6
6
services: machine-learning
7
7
ms.service: machine-learning
@@ -10,7 +10,7 @@ ms.subservice: data-science-vm
10
10
author: vijetajo
11
11
ms.author: vijetaj
12
12
ms.topic: overview
13
-
ms.date: 12/31/2019
13
+
ms.date: 04/02/2020
14
14
15
15
---
16
16
@@ -19,17 +19,17 @@ ms.date: 12/31/2019
19
19
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.
20
20
21
21
The DSVM is available on:
22
+
22
23
+**Windows Server 2019**
23
24
+**Ubuntu 18.04 LTS**
24
25
+ Windows Server 2016
25
26
+ Ubuntu 16.04 LTS and CentOS 7.4
26
27
27
-
28
28
> [!NOTE]
29
29
> All VM tools for deep learning have been folded into the Data Science Virtual Machine.
30
30
31
-
32
31
## Why choose the DSVM?
32
+
33
33
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.
34
34
35
35
## Sample Use Cases
@@ -41,33 +41,37 @@ Below, we illustrate some common use cases for DSVM customers.
41
41
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.
42
42
43
43
### Data science training and education
44
+
44
45
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.
45
46
46
47
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.
47
48
48
49
### On-demand elastic capacity for large-scale projects
50
+
49
51
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.
50
52
51
53
### Custom compute power for Azure Notebooks
54
+
52
55
[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.
53
56
54
57
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.
55
58
56
59
### Short-term experimentation and evaluation
60
+
57
61
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).
58
62
59
63
60
64
### Deep learning with GPUs
65
+
61
66
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.
62
67
63
68
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.
64
69
65
70
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
+
67
72
[Learn more about available deep learning and AI frameworks](dsvm-tools-deep-learning-frameworks.md).
68
73
69
74
<aname="included"></a>
70
-
71
75
## What's included on the DSVM?
72
76
73
77
See a full list of tools on both the Windows and Linux DSVM's [here](tools-included.md).
0 commit comments