Skip to content

Commit 8c460ad

Browse files
committed
Very minor changes . . .
1 parent fee0a1a commit 8c460ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/machine-learning/how-to-add-users.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ To add users to your workspace, you must be an owner of the workspace.
108108

109109
## For your labelers
110110

111-
Now, your labelers can begin labeling in your project. However, they still need information from you to access the project.
111+
Now, your labelers can begin labeling in your project. However, they still need information from you to access the project.
112112

113113
Be sure to create your labeling project before you contact your labelers.
114114

@@ -120,7 +120,7 @@ Send the following information to your labelers, after you fill in your workspac
120120
1. Accept the invite from **Microsoft Invitations ([email protected])**.
121121
1. Follow the steps on the web page after you accept. Don't worry if, at the end, you find yourself on a page that says you don't have any apps.
122122
1. Open [Azure Machine Learning studio](https://ml.azure.com).
123-
1. Use the dropdown to select the workspace **\<workspace-name\>**.
123+
1. Use the dropdown to select the workspace **\<workspace-name\>**.
124124
1. Select the **Label data** tool for **\<project-name\>**.
125125
:::image type="content" source="media/how-to-add-users/label-data.png" alt-text="Screenshot showing the label data tool.":::
126126
1. For more information about how to label data, see [Labeling images and text documents](how-to-label-data.md).

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: franksolomon
88
ms.service: machine-learning
99
ms.subservice: mldata
1010
ms.topic: how-to
11-
ms.date: 02/03/2023
11+
ms.date: 02/07/2023
1212
ms.custom: data4ml, ignite-fall-2021, ignite-2022
1313
---
1414

@@ -162,7 +162,7 @@ Since the final labels still rely on input from the labeler, this technology is
162162

163163
After submission of some labels, the classification machine learning model starts to group together similar items. These similar images are presented to the labelers on the same screen to speed up manual tagging. Clustering is especially useful when the labeler views a grid of four, six, or nine images.
164164

165-
Once a machine learning model has been trained on your manually labeled data, the model is truncated to its last fully connected layer. Unlabeled images are then passed through the truncated model in a process commonly known as "embedding" or "featurization." This process embeds each image in a high-dimensional space defined by this model layer. Images that are nearest neighbors in the space are used for clustering tasks.
165+
Once a machine learning model has been trained on your manually labeled data, the model is truncated to its last fully connected layer. Unlabeled images are then passed through the truncated model in a process commonly known as "embedding" or "featurization." This process embeds each image in a high-dimensional space defined by this model layer. Images that are nearest neighbors in the space are used for clustering tasks.
166166

167167
The clustering phase doesn't appear for object detection models, or for text classification.
168168

0 commit comments

Comments
 (0)