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/concept-automated-ml.md
+9-14Lines changed: 9 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -123,30 +123,25 @@ See examples of regression and automated machine learning for predictions in the
123
123
124
124
### Computer vision
125
125
126
-
Automated ML for images adds support for computer vision tasks, which allows you to easily generate models trained on image data for scenarios like image classification, object detection and instance segmentation. You can seamlessly integrate with the [Azure Machine Learning data labeling]() capability, and use this labeled data for generating image models. They can optimize model performance by specifying the model algorithm and tuning the hyperparameters. The resulting model can then be downloaded or deployed as a web service in Azure ML and can be operationalized at scale, leveraging Azure Machine Learning [MLOps](concept-model-management-and-deployment.md) and [ML Pipelines](concept-ml-pipelines.md) capabilities.
126
+
Customers across various industries are looking to leverage machine learning to build models that can process image data. Typical manual methods for building computer vision modelscan involve a tedious process of iteratively finding the right set of model algorithms and hyperparameters, requiring significant data scientist time and effort.
127
127
128
-
Customers across various industries are looking to leverage machine learning to build models that can process image data. Applications range from image classification of fashion photos to PPE detection in industrial environments. Typical manual methods for building computer vision modelscan involve a tedious process of iteratively finding the right set of model algorithms and hyperparameters, requiring significant data scientist time and effort.
128
+
Automated ML for images adds support for computer vision tasks, which allows you to easily generate models trained on image data for scenarios like image classification, object detection and instance segmentation. You can seamlessly integrate with the [Azure Machine Learning data labeling](how-to-create-labeling-projects.md) capability, and use this labeled data for generating image models. They can optimize model performance by specifying the model algorithm and tuning the hyperparameters. The resulting model can then be downloaded or deployed as a web service in Azure ML and can be operationalized at scale, leveraging Azure Machine Learning [MLOps](concept-model-management-and-deployment.md) and [ML Pipelines](concept-ml-pipelines.md) capabilities.
129
129
130
-
With AutoML for Images, Azure ML customers can easily build models trained on image data, without writing any training code. They can seamlessly integrate with Azure ML's Data Labeling capability and use this labeled data for generating image models. They can optimize model performance by specifying the model algorithm and tuning the hyperparameters. The resulting model can then be downloaded or deployed as a web service in Azure ML and can be operationalized at scale, leveraging AzureML [MLOps](concept-model-management-and-deployment.md) and [ML Pipelines](concept-ml-pipelines.md) capabilities.
130
+
Authoring AutoML models for vision tasks is supported via the Azure ML Python SDK. The resulting experimentation runs, modelsand outputs can be accessed from the Azure Machine Learning studio UI.
131
131
132
-
Authoring AutoML models for vision tasks is supported via the Azure ML Python SDK. The resulting experimentation runs, models and outputs can be accessed from the Azure ML Studio UI.
133
-
134
-
Learn more about AutoML for Images capabilities in this how-to guide: ['How to auto-train image models'](how-to-auto-train-image-models)
132
+
Learn how to [set up AutoML training for computer vision models'](how-to-auto-train-image-models.md).
135
133
136
134
AutoML for Images supports the following computer vision tasks -
Multi-class Image Classification | Tasks where an image is classified with only a single label from a set of classes - e.g. each image is classified as either an image of a 'cat' or a 'dog' or a 'duck'
145
-
Multi-label Image Classification | Tasks where an image could have one or more labels from a set of labels - e.g. an image could be labeled with both 'cat' and 'dog'
146
-
Object Detection| Tasks to identify objects in an image and locate each object with a bounding box e.g. locate all dogs and cats in an image and draw a bounding box around each.
147
-
Instance Segmentation |
148
-
Tasks to identify objects in an image at the pixel level, drawing a polygon around each object in the image.
149
-
141
+
Multi-class image classification | Tasks where an image is classified with only a single label from a set of classes - e.g. each image is classified as either an image of a 'cat' or a 'dog' or a 'duck'
142
+
Multi-label image classification | Tasks where an image could have one or more labels from a set of labels - e.g. an image could be labeled with both 'cat' and 'dog'
143
+
Object detection| Tasks to identify objects in an image and locate each object with a bounding box e.g. locate all dogs and cats in an image and draw a bounding box around each.
144
+
Instance segmentation | Tasks to identify objects in an image at the pixel level, drawing a polygon around each object in the image.
0 commit comments