Intro to ML: The ML Revision Quiz

Intro to ML: The ML Revision Quiz

Assessment

Assessment

Josiah Wang

Computers

University

20 plays

Hard

Improve your activity

Higher order questions

Match

Reorder

Categorization

Quizizz AI

actions

Add similar questions

Add answer explanations

Translate quiz

Tag questions with standards

More options

11 questions

Show answers

1.

Multiple Choice

1 min

1 pt

If we predict every observation to be True, what will our model precision be?

100%

0%

The proportion of True values in the dataset

Not enough information

Answer explanation

Think of all the False Positives

2.

Multiple Select

1 min

1 pt

James, Amelia, and George are participating in a machine learning competition. They have to choose an algorithm for their project. Select which of the following algorithms they should consider if they want to use eager learners:

K-nearest neighbours

Decision trees

Neural networks

Linear regression

Answer explanation

Recall that K-nn is a lazy learner. At training time the algorithm simply stores the training data - i.e. no calculations/training occurs. It is not until inference time when the algorithm checks the K nearest points to the unseen datapoint in question. All calculations occur at inference time, hence being called lazy rather than eager.

3.

Multiple Select

1 min

1 pt

Which of the following statements are True:

Performance on the validation set can be used to see if a model is overfitting to the training data

We cannot tell from the training performance alone if a model is overfitting or not

Underfitting implies better generalisation to other datasets

Answer explanation

Underfitting is when the model lacks the capacity to fit the underlying pattern/trend of the data. A model that underfits a training set will perform no better on unseen data.

4.

Multiple Select

1 min

1 pt

Scarlett is working on a machine learning project and she is worried about underfitting. Which of the following actions may cause underfitting in her model?

Reducing the max. depth of a decision tree

Increasing the value of K in K-nn

Adding more layers to a neural network

Increasing the size of the training data

Increasing the value of K in K-means

Answer explanation

Underfitting is caused when the model lacks the capacity to fit the underlying trend/pattern of the data.

5.

Multiple Choice

1 min

1 pt

True or False:

If we use grid-search for testing different hyper-parameter values, we can use each of these results for finding the confidence interval of the model error.

True

False

Answer explanation

Confidence Intervals should be reported for the final model architecture. They are a prediction on how the final model will perform on unseen data. If this is calculated with a range of different models, this will clearly be an inaccurate prediction.

6.

Multiple Select

1 min

1 pt

Which of the following algorithms will change given different random seeds:

Neural networks

K-nearest neighbours (K = 1, with no ties)

Decision trees

K-means

Evolution Algorithms using simple tournament

Answer explanation

Think about which methods are deterministic.

cartoon woman

Explore this activity with a free account

Find a similar activity

Create activity tailored to your needs using

Quizizz AI
Cambridge Nationals in Information Technologies

35 questions

Cambridge Nationals in Information Technologies

assessment

KG

Processor Components

10 questions

Processor Components

assessment

11th - 12th Grade

Google Applications

24 questions

Google Applications

lesson

8th - 9th Grade

Database

15 questions

Database

assessment

KG

Scratch Programming

20 questions

Scratch Programming

assessment

KG

Power Point Presentation

25 questions

Power Point Presentation

assessment

KG

Computer Hardware Assessment

40 questions

Computer Hardware Assessment

assessment

7th Grade

Binary Basics

15 questions

Binary Basics

assessment

KG