FUNDAMENTALS OF COMPUTER

DATABASE FUNDAMENTALS

BASICS OF BIG DATA

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Given an attribute table shown below, which stores the basic information of attribute a, including the row identifier of instance row ____ id, values of attribute values (a) and class labels of instances c.Which of the following attribute will first provide the pure subset?
A
Humidity
B
Outlook
C
Wind
D
None of the mentioned
Explanation: 

Detailed explanation-1: -Option(c) is the correct answer to the given question . The entropy is measuring in terms of homogeneity. When the sample of the homogeneity is totally homogeneous, the entropy become zero, and otherwise the entropy is 1. All the other option are not related to given scenario so these are incorrect options.

Detailed explanation-2: -ID3 uses Entropy and Information Gain as attribute selection measures to construct a Decision Tree.

Detailed explanation-3: -Entropy measures the impurity or uncertainty present in the data. It is used to decide how a Decision Tree can split the data.

Detailed explanation-4: -As mentioned previously, the ID3 algorithm selects the best feature at each step while building a Decision tree. Before you ask, the answer to the question: ‘How does ID3 select the best feature? ‘ is that ID3 uses Information Gain or just Gain to find the best feature.

There is 1 question to complete.