wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

ML/AI Essentials: From Core Concepts to Practical Use Cases

Total questions: 10

Worksheet time: 4mins

Name
Class
Date
1.

In Natural Language Processing (NLP), what is the task of Named Entity Recognition (NER)?

a)

Translating text from one language to another

b)

Identifying and classifying named entities in text into categories like people, organizations, and locations, etc

c)

Summarizing long documents

d)

Generating random sentences

2.

What is a common use of computer vision technology? 

a)

Editing documents

b)

Analyzing visual data from cameras or images

c)

Compiling software code

d)

Managing network traffic

3.

What is the purpose of Optical Character Recognition (OCR)?

a)

To translate spoken language into text

b)

To convert different types of documents, such as scanned paper documents or PDFs, into editable and searchable data

c)

To enhance the resolution of digital images

d)

To manage and organize digital files

4.

Which of the following is a common application of machine learning?

a)

Weather forecasting

b)

Creating web pages

c)

Word processing

d)

Spreadsheet calculations

5.

What is the difference between supervised and unsupervised learning?

a)

Supervised learning does not require data, while unsupervised learning does

b)

Supervised learning requires labeled data, while unsupervised learning does not

c)

Supervised learning is used for clustering, while unsupervised learning is used for regression

d)

Both are the same

6.

Which of the following is an example of a classification problem?

a)

Predicting the temperature for tomorrow

b)

Determining if an email is spam or not

c)

Estimating the price of a house

d)

Calculating the sum of two numbers

7.

Why is it important to split data into training and test sets in machine learning?

a)

To ensure the model can generalize well to new, unseen data

b)

To reduce the size of the dataset

c)

To make data processing faster

d)

To avoid data redundancy

8.

What does the term 'overfitting' mean in machine learning?

a)

A model that performs well on new data but poorly on training data

b)

A model that is too simple for the data

c)

A model that performs well on training data but poorly on new data

d)

A model that cannot be trained

9.

When building a machine learning model, what is the primary purpose of hyperparameter tuning? 

a)

To improve the model's performance by optimizing settings that are not learned from the data

b)

To increase the size of the dataset

c)

To decrease the computational cost of training

d)

To ensure the model overfits the training data

10.

In a confusion matrix, what does the term 'False Positive' (FP) refer to?

a)

An instance where the model incorrectly predicts a positive class

b)

An instance where the model correctly predicts a positive class

c)

An instance where the model incorrectly predicts a negative class

d)

An instance where the model correctly predicts a negative class