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/service/samples-notebooks.md
+17-12Lines changed: 17 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,44 +10,49 @@ ms.topic: sample
10
10
author: sdgilley
11
11
ms.author: sgilley
12
12
ms.reviewer: sgilley
13
-
ms.date: 05/29/2019
13
+
ms.date: 07/31/2019
14
14
ms.custom: seodec18
15
15
#Customer intent: As a professional data scientist, I can build an image classification model with Azure Machine Learning using Python in a Jupyter notebook.
16
16
---
17
17
18
-
# Use Jupyter notebooks to explore Azure Machine Learning service
18
+
# Explore Azure Machine Learning service with Jupyter notebooks
19
19
20
-
The [Azure Machine Learning Notebooks repository](https://github.com/azure/machinelearningnotebooks) includes the latest Azure Machine Learning Python SDK samples. These Juypter notebooks are designed to help you explore the SDK and serve as models for your own machine learning projects.
20
+
The [example Azure Machine Learning Notebooks repository](https://github.com/azure/machinelearningnotebooks) includes the latest Azure Machine Learning Python SDK samples. These Juypter notebooks are designed to help you explore the SDK and serve as models for your own machine learning projects.
21
21
22
22
This article shows you how to access the repository from the following environments:
> Once you've cloned the repository, you'll find tutorial notebooks in the **tutorials** folder and feature-specific notebooks in the **how-to-use-azureml** folder.
31
31
32
-
## Azure Machine Learning Notebook VM
32
+
<aname="notebookvm"></a>
33
+
## Get samples on Azure Machine Learning Notebook VM
33
34
34
35
The easiest way to get started with the samples is to complete the [cloud-based notebook quickstart](quickstart-run-cloud-notebook.md). Once completed, you'll have a dedicated notebook server pre-loaded with the SDK and the sample repository. No downloads or installation necessary.
35
36
36
-
## Bring your own Jupyter Notebook server
37
+
<aname="byo"></a>
38
+
39
+
## Get samples on your notebook server
37
40
38
41
If you'd like to bring your own notebook server for local development, follow these steps:
These instructions install the base SDK packages necessary for the quickstart and tutorial notebooks. Other sample notebooks may require you to install extra components. For more information, see [Install the Azure Machine Learning SDK for Python](https://docs.microsoft.com/python/api/overview/azure/ml/install).
43
46
44
-
## Data Science Virtual Machine
47
+
<aname="dsvm"></a>
48
+
## Get samples on DSVM
45
49
46
50
The Data Science Virtual Machine (DSVM) is a customized VM image built specifically for doing data science. If you [create a DSVM](how-to-configure-environment.md#dsvm), the SDK and notebook server are installed and configured for you. However, you'll still need to create a workspace and clone the sample repository.
On [Azure Notebooks](https://notebooks.azure.com/), the SDK and notebook server are installed and configured for you. Azure Notebooks provides a fully-managed, lightweight notebook environment for you to explore.
53
58
@@ -59,4 +64,4 @@ Explore the [sample notebooks](https://aka.ms/aml-notebooks) to discover what Az
59
64
60
65
-[Train and deploy an image classification model with MNIST](tutorial-train-models-with-aml.md)
61
66
62
-
-[Prepare data and use automated machine learning to train a regression model with the NYC taxi data set](tutorial-data-prep.md)
67
+
-[Prepare data and use automated machine learning to train a regression model with the NYC taxi data set](tutorial-data-prep.md)
0 commit comments