Skip to content

Commit d39333d

Browse files
author
Sherry Yang
committed
Update for acrolinx.
1 parent f62ce3d commit d39333d

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

learn-pr/wwl-data-ai/introduction-computer-vision/6-knowledge-check.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@ quiz:
2929
choices:
3030
- content: "To apply visual effects to enhance image appearance."
3131
isCorrect: false
32-
explanation: ""
32+
explanation: "Incorrect."
3333
- content: "To extract numeric features from images for use in a neural network."
3434
isCorrect: true
35-
explanation: ""
35+
explanation: "Correct."
3636
- content: "To compress image size for faster processing."
3737
isCorrect: false
38-
explanation: ""
38+
explanation: "Incorrect."
3939
- content: "What is the primary function of a multi-modal model in computer vision?"
4040
choices:
4141
- content: "To generate random captions for unlabeled images."
4242
isCorrect: false
43-
explanation: ""
43+
explanation: "Incorrect."
4444
- content: "To replace CNNs entirely in all vision tasks."
4545
isCorrect: false
46-
explanation: ""
46+
explanation: "Incorrect."
4747
- content: "To combine image features with natural language embeddings for richer understanding."
4848
isCorrect: true
49-
explanation: ""
49+
explanation: "Correct."

learn-pr/wwl-data-ai/introduction-computer-vision/includes/2-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ Green: 255
7676
Blue: 0
7777
```
7878

79-
Next, let's expore how images are processed.
79+
Next, let's explore how images are processed.

learn-pr/wwl-data-ai/introduction-computer-vision/includes/7-summary.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@ Computer vision is built on the analysis and manipulation of numeric pixel value
22

33
While you *can* create your own machine learning models for computer vision, today's foundation models can use to analyze images, including generating a descriptive caption, extracting relevant tags, identifying objects, and others.
44

5-
## Learn more
6-
7-
Apply these concepts in *Get started with computer vision on Azure*.

learn-pr/wwl-data-ai/introduction-computer-vision/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ title: Introduction to computer vision concepts
1515
summary: Introduction to computer vision concepts
1616
abstract: Introduction to computer vision concepts
1717
prerequisites: Ability to navigate the Azure portal
18-
iconUrl: /training/achievements/generic-badge.svg
18+
iconUrl: /training/achievements/analyze-images-computer-vision.svg
1919
levels:
2020
- beginner
2121
roles:

0 commit comments

Comments
 (0)