0 votes
in Artificial Intelligence by
What is a Random Forest?

1 Answer

0 votes
by

A ‘random forest’ is a supervised machine learning algorithm that is generally used for classification problems. It operates by constructing multiple decision trees during the training phase. The random forest chooses the decision of the majority of the trees as the final decision. 

...