MACHINE LEARNING

APPLICATION OF SUPERVISED LEARNING

CLASSIFICATION IN 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: -Random forest is a commonly-used machine learning algorithm trademarked by Leo Breiman and Adele Cutler, which combines the output of multiple decision trees to reach a single result. Its ease of use and flexibility have fueled its adoption, as it handles both classification and regression problems.

Detailed explanation-2: -Each node in the decision tree works on a random subset of features to calculate the output. The random forest then combines the output of individual decision trees to generate the final output. Bootstrapping is the process of randomly selecting items from the training dataset.

There is 1 question to complete.