Skip to content

Commit 63b2ef7

Browse files
committed
add (preview)
1 parent 25f1a66 commit 63b2ef7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/machine-learning/how-to-create-labeling-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 03/01/2020
1616

1717
Labeling voluminous data in machine learning projects is often a headache. Projects that have a computer-vision component, such as image classification or object detection, generally require labels for thousands of images.
1818

19-
[Azure Machine Learning](https://ml.azure.com/) gives you a central place to create, manage, and monitor labeling projects. Use it to coordinate data, labels, and team members to efficiently manage labeling tasks. Machine Learning supports image classification, either multi-label or multi-class, and object identification with bounded boxes.
19+
[Azure Machine Learning](https://ml.azure.com/) gives you a central place to create, manage, and monitor labeling projects (public preview). Use it to coordinate data, labels, and team members to efficiently manage labeling tasks. Machine Learning supports image classification, either multi-label or multi-class, and object identification with bounded boxes.
2020

2121
Machine Learning tracks progress and maintains the queue of incomplete labeling tasks. Labelers don't need an Azure account to participate. After they are authenticated with your Microsoft account or [Azure Active Directory](https://docs.microsoft.com/azure/active-directory/active-directory-whatis), they can do as much labeling as their time allows.
2222

articles/machine-learning/how-to-label-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 11/04/2019
1212

1313
# Tag images in a labeling project
1414

15-
After your project administrator [creates a labeling project](https://docs.microsoft.com/azure/machine-learning/how-to-create-labeling-projects#create-a-labeling-project) in Azure Machine Learning, you can use the labeling tool to rapidly prepare data for a Machine Learning project. This article describes:
15+
After your project administrator [creates a labeling project](https://docs.microsoft.com/azure/machine-learning/how-to-create-labeling-projects#create-a-labeling-project) in Azure Machine Learning, you can use the labeling tool (public preview) to rapidly prepare data for a Machine Learning project. This article describes:
1616

1717
> [!div class="checklist"]
1818
> * How to access your labeling projects

articles/machine-learning/tutorial-labeling.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ ms.date: 04/02/2020
1414
# Customer intent: As a project administrator, I want to manage the process of labeling images so they can be used in machine learning models.
1515
---
1616

17-
# Tutorial: Create a labeling project for image classification
17+
# Tutorial: Create a labeling project for multi-class image classification
1818
[!INCLUDE [applies-to-skus](../../includes/aml-applies-to-basic-enterprise-sku.md)]
1919

20-
This tutorial shows you how an Azure Machine Learning labeling project helps you manage the process of labeling (also referred to as tagging) images to use as data for building machine learning models.
20+
This tutorial shows you how an Azure Machine Learning labeling project helps you manage the process of labeling (also referred to as tagging) images to use as data for building machine learning models. Data labeling is in public preview.
2121

2222
If you want to train a machine learning model to classify images, you need hundreds or even thousands of images that are correctly labeled. Azure Machine Learning helps you manage the progress of your private team of domain experts as they label your data.
2323

24-
In this tutorial, you learn how to:
24+
In this tutorial, you'll use images of cats and dogs. Since each image is either a cat or a dog, this is a *multi-class* labeling project. You'll learn how to:
2525

2626
> [!div class="checklist"]
2727
>
2828
> * Create an Azure storage account and upload images to the account.
2929
> * Create an Azure Machine Learning workspace.
30-
> * Create an image labeling project
30+
> * Create a multi-class image labeling project.
3131
> * Label your data. Either you or your labelers can perform this task.
3232
> * Complete the project by reviewing and exporting the data.
3333

0 commit comments

Comments
 (0)