wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

[HTTTDN] Recommender System Summarize Quizz

Total questions: 15

Worksheet time: 9mins

Name
Class
Date
1.

What is a Recommender System?

a)

A system that predicts future interests of users based on past behavior.

b)

A system for inventory management.

c)

A system for calculating sales tax.

d)

None of the above.

2.

Which of the following is NOT a type of Recommender System?

a)

Collaborative Filtering

b)

Content-Based Filtering

c)

Random Selection

d)

Knowledge-Based Filtering

3.

What is the Cold Start problem in recommender systems

a)

When the server takes too long to start.

b)

The challenge of recommending new items or to new users with no prior data.

c)

Lack of electricity for the system.

d)

None of the above.

4.

Which type of recommender system relies on the attributes of items?

a)

Collaborative Filtering

b)

Content-Based Filtering

c)

Random Walk

d)

Association Rules

5.

What is the purpose of Hybrid Recommender Systems?

a)

To combine two or more recommendation methods to improve accuracy.

b)

To recommend products with the highest price.

c)

To only use collaborative filtering.

d)

To generate random recommendations.

6.

What are User-Based Collaborative Filtering systems focused on?

a)

Finding items similar to the ones a user liked.

b)

Finding users with similar preferences to make recommendations.

c)

Matching product features to user preferences.

d)

None of the above.

7.

Which metric is used to measure the accuracy of a recommender system?

a)

Precision

b)

Recall

c)

Mean Absolute Error (MAE)

d)

All of the above

8.

Which of the following best describes Serendipity in recommender systems?

a)

Providing expected recommendations

b)

Providing surprising yet enjoyable recommendations

c)

Providing the most expensive items

d)

Providing irrelevant recommendations

9.

What is the main disadvantage of a Content-Based Recommender System?

a)

The system needs a large amount of user interaction data.

b)

It can lead to a narrow range of recommendations (filter bubble).

c)

It is unable to recommend new items.

d)

It is always computationally slow.

10.

Which of the following is an advantage of Knowledge-Based Recommender Systems?

a)

They do not suffer from cold start problems.

b)

They always require ratings.

c)

They depend on collaborative interactions.

d)

They use probabilistic models.

11.

Which of the following is the cosine similarity between vectors A = [1, 0, 1] and B = [0, 1, 1]?

a)

0.5

b)

0.71

c)

0.82

d)

0.97

12.

Which of the following is true about Adjusted Cosine Similarity?

a)

It is used only in knowledge-based systems.

b)

It is used to calculate diversity.

c)

It accounts for user biases by subtracting the average rating of each user.

d)

It assumes all users have similar preferences.

13.

What type of similarity metric is commonly used in Item-Based Collaborative Filtering?

a)

Pearson Correlation

b)

Manhattan Distance

c)

Euclidean Distance

d)

Cosine Similarity

14.

Which technique can be used to reduce dimensionality in user-item matrices?

a)

Gradient Descent

b)

Singular Value Decomposition (SVD)

c)

Regression Analysis

d)

Decision Trees

15.

In which scenario is Content-Based Filtering more suitable than Collaborative Filtering?

a)

When there is a lot of user interaction data.

b)

When recommending new items with detailed features.

c)

When user preferences are unknown.

d)

When calculating similarities between users.