wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Lesson 3 - Model Training

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Which of the following are keys to model training?

a)

Data Preparation

b)

Data Management

c)

Data Handling

d)

Data Diversion

2.

Multiple machine learning models can together improve the results. What kind of learning is this?

a)

Collective Learning

b)

Symbiotic Learning

c)

Ensemble Learning

d)

More Learning

3.

Who contains resources for exploring, transforming, and managing data in Azure ML.

a)

Datasets

b)

Datastores

4.

The data management process, includes...

a)

The use of datastores and datasets

b)

Data importing

c)

Versioning

d)

How to monitor for data drift

5.

Which of the following could not be a feature of a T-Shirt

a)

Medium

b)

Colour

c)

Size

d)

None of the above

6.

Which of these could be steps of feature engineering?

a)

Derive new features on the basis of existing features

b)

Applying a mathematical function to a pre-existing feature

c)

Training a separate ML model to create new features

d)

Fetching more data with wider set of features

7.

Which dataset is supported in Microsoft Azure?

a)

Tabular Dataset

b)

Web URL (File Dataset)

c)

Graph Based Data set

d)

Folder Based Data set

8.

Data Wrangling is ___________ process.

a)

Done according to performance, An iterative

b)

Done only once, non-iterative

9.

Datasets helps in seamless integration with numerous machine learning task, such as:

a)

Consummation of Datastores in automated processes

b)

Data labelling

c)

Monitoring issues like data drift

d)

Access of datastore through inference process

10.

Identify the correct sequence.

a)

Dataset Monitor -> Datastore -> Dataset

b)

Datastore -> Dataset Monitor -> Dataset

c)

Data Store -> Dataset -> Dataset Monitor

11.

In which technique in ML is use to decrease number of features

a)

Feature deduction

b)

Feature subtraction

c)

Feature reduction

12.

Deep learning depends on feature engineering much more than Classical machine learning.

a)

True

b)

False

13.

what's the potential benefits of feature engineering

a)

Smaller trained model

b)

Increased model accuracy

c)

Smaller space taken by model

d)

Faster training time

14.

Driving a Boolean value from each entity is called

a)

Part-of

b)

Binning

c)

Flagging

d)

Aggregation

15.

A change in user behavior over time is

a)

Data quality issue

b)

Covariate shift

c)

Natural drift in data

d)

Upstream process change

16.

Two features that used to be correlated are no longer correlated is called

a)

Data quality issue

b)

Covariate shift

c)

Natural drift in data

d)

Upstream process change

17.

Missing values imputation comes under

a)

Data Cleansing

b)

Data restructuring

c)

Data discovery

d)

Data exploration

18.

Data used to check the performance of the final, fully trained model.

a)

Train data

b)

Test data

c)

Hyper parameters

d)

Validation data

19.

The centralized place for working with all the components of the machine learning process

a)

Model registry

b)

Experiments

c)

Workspace

d)

Compute Instance

20.

Classify an image as one (and only one) of five possible types of birds.

a)

Multi-class single label classification

b)

Multi-class multi label classification

c)

Binary classification