Week 4: Modern Computer Vision Applications Flashcards

1
Q

What are the major components involved in handwritten digit recognition?

A

Handwritten digit recognition involves preprocessing steps like normalization and segmentation, feature extraction to capture essential patterns, and classification using algorithms like neural networks or support vector machines.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How is the performance of handwritten digit recognition evaluated?

A

The performance of handwritten digit recognition is typically evaluated using metrics like accuracy, precision, recall, and F1-score. Accuracy measures the ratio of correctly recognized digits to the total, while precision and recall assess the model’s ability to correctly identify positive instances and capture all positive instances, respectively.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How can you utilize Microsoft Azure Computer Vision services?

A

Microsoft Azure offers Computer Vision services that enable image recognition tasks such as object detection, image analysis, text extraction, and content moderation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What capabilities does Microsoft Azure offer for object detection?

A

Microsoft Azure provides tools and services for training object detection models, facilitating tasks like identifying and localizing objects within images or videos.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How does the Microsoft Video Analyzer support object detection tasks?

A

The Microsoft Video Analyzer enables users to perform object detection on videos, allowing the identification and tracking of objects across video frames.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the three main categories of image features?

A

Colour moments, shape features, and texture features.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the purpose of feature extraction in image classification?

A

To extract relevant information from images that can be used to distinguish between different classes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are some examples of colour moments?

A

Mean, variance, skewness, and kurtosis of the colour channels.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are some common shape features?

A

Aspect ratio, perimeter, compactness, and roundness.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are some types of texture features?

A

Statistical features (e.g., mean, variance), local binary patterns, and Gabor filters.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is K-nearest neighbours (KNN)?

A

An instance-based classification model that predicts the class of a new example based on the classes of its nearest neighbours in the training data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the advantages and disadvantages of KNN?

A

Advantages: Simple to implement, few parameters to tune.

Disadvantages: High computational cost for classification, sensitive to irrelevant features.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the four main performance metrics for image classification?

A

Accuracy, precision, recall, and F1 score.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is mean average precision (mAP)?

A

A metric used to evaluate object detection models, taking into account the confidence scores of the detections.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are the six principles of Responsible AI?

A

Fairness, reliability and safety, privacy and security, inclusiveness, transparency, and accountability.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is Microsoft Azure Machine Learning?

A

A cloud platform for building and deploying machine learning models.

17
Q

What are some of the computer vision services offered by Microsoft Azure?

A

Computer Vision (object detection, image description), Custom Vision (training custom models), Face (facial analysis), Form Recognizer (extracting information from forms), and Computer Vision (reading text).