NLP3

NLP3

9 Qs

quiz-placeholder

Similar activities

OG 16 Organizing Life's Diversity Quiz

OG 16 Organizing Life's Diversity Quiz

KG - University

7 Qs

K12_Listrik Statis (Pretest)

K12_Listrik Statis (Pretest)

KG - University

11 Qs

ASA 1.2 Check for Understanding

ASA 1.2 Check for Understanding

KG - University

12 Qs

Crime Topics 1-3 Quiz

Crime Topics 1-3 Quiz

12th Grade

10 Qs

Integer Operations Unit Test Review

Integer Operations Unit Test Review

6th Grade

10 Qs

Quiz Program Information (PI) POLY

Quiz Program Information (PI) POLY

KG - University

10 Qs

Standard 6 Rome Quiz

Standard 6 Rome Quiz

KG - University

10 Qs

NLP_6_7

NLP_6_7

KG - University

11 Qs

NLP3

NLP3

Assessment

Quiz

others

Medium

Created by

Hazem Abdelazim

Used 16+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. What is the main focus when evaluating a binary classification model's performance?
A) True Negatives (TN)
B) False Positives (FP)
C) False Negatives (FN)
D) True Positives (TP)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which metric considers the ratio of correctly classified positives to all predicted positives?
A) Precision
B) Recall
C) Accuracy
D) F1 Score

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

.In multiclass classification, how is the "positive" class defined for each class?
A) As the class with the highest frequency
B) As the class with the lowest frequency
C) Arbitrarily for any class we are focusing on
D) As any class except the current one

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the formula for calculating the F1 Score, a combined metric for precision and recall?
A) F1 Score = Precision / Recall
B) F1 Score = 2 * (Precision * Recall) / (Precision + Recall)
C) F1 Score = Precision - Recall
D) F1 Score = Precision * Recall

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When evaluating a binary classification model, if the Accuracy is 90%, and 90% of the actual data are positive classes?
This is a very good model
This is a very bad model
Accuracy is not the proper metric in this case
This is a sign of overfitting

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When evaluating a binary classification model, and all positive instances are correctly classified . Then
Precision = 0
Recall = 0
Precision = 1
Recall = 1

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When evaluating a binary classification model, and all instances are classified as negative. Then
Precision=0 and Recall=0
Precision=1 and Recall =1
Recall = Precision=Accuracy
Recall=1

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a common vectorization technique used in text classification?
Bag of Words (BoW)
Term Frequency-Inverse Document Frequency (TF-IDF)
Word Embeddings
Text preprocessing

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When splitting a dataset into training and validation sets, what is the main reason for using stratified sampling?
A) To ensure equal class distribution in both sets
B) To randomize the data for better model performance

C) stratified sampling is always preferred in Regression and Classification

D) To simplify the text classification process