NLP3

NLP3

9 Qs

quiz-placeholder

Similar activities

EPLAN ebaluazio formatiboa

EPLAN ebaluazio formatiboa

Professional Development

10 Qs

Final Exam Review

Final Exam Review

9th - 12th Grade

10 Qs

POLITICAS DE RIESGO - PERÚ FIBRA

POLITICAS DE RIESGO - PERÚ FIBRA

KG - University

5 Qs

Lost and Found Vocabulary

Lost and Found Vocabulary

3rd Grade

12 Qs

Integer Operations Unit Test Review

Integer Operations Unit Test Review

6th Grade

10 Qs

Anterior Muscles of the Hip Questions

Anterior Muscles of the Hip Questions

KG - University

10 Qs

Volleyball Quiz

Volleyball Quiz

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