MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

MACHINE LEARNING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which is true about Random Forest (RF)
A
RF completely a different machine learning technique
B
RF combines multiple decision trees to make a decision
C
RF cannot handle continuous data
D
None of the above
Explanation: 

Detailed explanation-1: -QUESTION 1 Which of the following statements is true about random forests Random forests are an ensemble method. They combine and average the predictions from large number of trees.

Detailed explanation-2: -Random forest is an ensemble of many decision trees. Random forests are built using a method called bagging in which each decision trees are used as parallel estimators. If used for a classification problem, the result is based on majority vote of the results received from each decision tree.

Detailed explanation-3: -Expert-Verified Answer (B) The entropy of a node typically decreases as we go down a decision tree is true about a decision tree.

Detailed explanation-4: -The random forest is a classification algorithm consisting of many decisions trees. It uses bagging and feature randomness when building each individual tree to try to create an uncorrelated forest of trees whose prediction by committee is more accurate than that of any individual tree.

There is 1 question to complete.