wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Introduction to AI and Azure Custom Vision

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which of the following results does an object detection model typically return for an image?

a)

A class label and probability score for the image

b)

Bounding box coordinates that indicates the region of the image where all of the objects it contains are located

c)

A class label, probability, and bounding box for each object in the image

2.

The sea-level rise, the chances of a forest fire, or how many people will be born in a given year can be predicted using?

a)

Regression

b)

Classification

c)

Anomaly

d)

Reinforcement learning

3.

Deep learning is a _______________of ML.

a)

Superset

b)

Intersection

c)

Union

d)

Subset

4.

What does the mAP score tell you?

a)

If a tag is predicted by your model how likely is it to be right?

b)

Out of tags that the model should predict how many did it find correctly.

c)

The overall object detector performance

d)

Minimum overlap to be considered before it is considered a correct prediction

5.

You want to use the Computer Vision service to identify the location of individual items in an image. Which of the following features should you retrieve?

a)

objects

b)

tags

c)

categories

6.

You train an image classification model that achieves less than satisfactory evaluation metrics. How might you improve it?

a)

Reduce the size of the images used to train the model.

b)

Add a new label for "unknown" classes.

c)

Add more images to the training set.

7.

You have published an image classification model. What information must you provide to developers who want to use it?

a)

Only the project ID.

b)

The project ID, the model name, and the key and endpoint for the prediction resource

c)

The project ID, iteration number, and the key and endpoint for the training resource.

8.

How to improve accuracy?

a)

Increase the number of same kind of images

b)

Increase the number of diverse Images

c)

Decrease the number of diverse images

d)

There is no way to improve accuracy after training

9.

Your organization has a payment gateway, and you see there is some unusual transaction. Which service you can use to detect such transaction.

a)

Machine Learning

b)

Classification

c)

Anamoly Detection

d)

Sentiment Analysis

10.

You want to create an application in which you have to process your own photos. which services you will use?

a)

Computer Vision

b)

Custom Vision

c)

OCR

d)

Photo Analysis