DT Quiz

DT Quiz

University

8 Qs

quiz-placeholder

Similar activities

Exploring C++, Data Structures, and HTML

Exploring C++, Data Structures, and HTML

12th Grade - University

10 Qs

CHAPTER 3 - BINARY SEARCH TREE

CHAPTER 3 - BINARY SEARCH TREE

University

6 Qs

EC8071_CR_MODEL EXAM_QUIZ_V_(15.10.2020)-EVENING-PART-B

EC8071_CR_MODEL EXAM_QUIZ_V_(15.10.2020)-EVENING-PART-B

University

10 Qs

Pertemuan 4

Pertemuan 4

University

11 Qs

C Flowchart

C Flowchart

University

10 Qs

Pertemuan 5

Pertemuan 5

University

10 Qs

Group 2 - Trees

Group 2 - Trees

University

11 Qs

Introduction to Semiconductor

Introduction to Semiconductor

University

10 Qs

DT Quiz

DT Quiz

Assessment

Quiz

Other

University

Hard

Created by

Esraa Gasim

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 1: Which of the following is a key concept in decision tree classifiers?

Gradient Descent 

Decision Matrix 

Entropy 

Normalization 

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 2: In a decision tree, what is the purpose of the root node?

Make final predictions 

Split the dataset into subsets 

Prune unnecessary branches 

Evaluate model accuracy 

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 3: What criterion is commonly used to measure impurity in a decision tree node?

Mean Squared Error 

Information gain 

Pearson Correlation 

Cross-Entropy 

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 4: Which technique helps prevent overfitting in decision tree models?

Feature Scaling 

Pruning

Normalization 

Data Augmentation 

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 5: What is the primary purpose of a decision tree classifier?

Regression analysis 

Dimensionality reduction 

Classification 

Clustering 

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 6 :How does a decision tree make decisions at each internal node?

Randomly 

Based on majority voting 

By maximizing information gain or minimizing impurity 

Using a neural network 

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 7: What is the potential drawback of creating a deep decision tree?

Underfitting 

Bias 

Overfitting 

Poor accuracy 

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 8: How should the splitting procedure stop?

All samples for a given node belong to the different classes

No samples left

Many remaining attributes for further partitioning   

None of the above