Skip to content

Commit 79a560d

Browse files
committed
Minor edit
1 parent ab09fb7 commit 79a560d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/wwl-data-ai/get-started-ai-fundamentals/includes/3-computer-vision.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Key points to understand about computer vision include:
66
- *Image classification* is a form of computer vision in which a model is trained with images that are labeled with the main subject of the image (in other words, what it's an image *of*) so that it can analyze unlabeled images and predict the most appropriate label - identifying the subject of the image.
77
- *Object detection* is a form of computer vision in which the model is trained to identify the location of specific objects in an image.
88
- There are more advanced forms of computer vision - for example, *semantic segmentation* is an advanced form of object detection where, rather than indicate an object's location by drawing a box around it, the model can identify the individual pixels in the image that belong to a particular object.
9-
- You can combine computer vision and language models (to create a *multi-modal* model) that combine computer vision and generative AI capabilities.
9+
- You can combine computer vision and language models to create a *multi-modal* model that combines computer vision and generative AI capabilities.
1010

1111
## Computer vision scenarios
1212

0 commit comments

Comments
 (0)