wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Friday Night Quiz 1 by Sayed Ahmed

Total questions: 6

Worksheet time: 6mins

Name
Class
Date
1.

Machine learning is a

a)

data science technique

b)

Rules are explicitly programmed

c)

Data is input to train an algorithm

d)

Historical answers are input

2.

Which one is correct ?

a)

Deep Learning — A Technique for Implementing Machine Learning

b)

Artificial Intelligence — A Technique for Implementing Machine Learning

c)

Machine Learning — An Approach to Achieve Artificial Intelligence

3.

Which one is correct ?

a)

A vector is simply an array of numbers

b)

Row = feature / entity / attribute

c)

output / prediction = independent variable

d)

column = attribute / feature

4.

What options are true for One hot encoding ...

a)

It can prevent unnecessary ordering category

b)

for each property a field has to be removed from the table.

c)

this approach is that it implicitly assumes an order across the categories

5.

Which statements are true ?

a)

An algorithm is used to train a model

b)

algorithms are the specific representations learned from data

c)

Algorithm is the result of using trained model

d)

an algorithm becomes a model when it learns the value of coefficient/weight

6.

Select correct answers ?

a)

in Simple Linear regression it has single input variable

b)

cost function is used to calculate the accuracy

c)

"col-linear variables" means one input variable can be accurately predicted by the other

d)

Linear regression is very sensitive to the distance among data points, so it's always a good idea to normalize or standardize the data