adspace


What is random forests?

Answer Posted / Anoop Kumar Tiwari

Random Forests is a popular machine learning algorithm used for both classification and regression tasks. It is based on decision trees, but instead of building a single tree, it grows multiple decision trees from different subsets of the data.nnEach tree in the forest votes for the most likely class or mean value, and the final prediction is the one that receives the most votes. Random Forests help reduce overfitting by averaging out the variance between trees.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

No New Questions to Answer in this Category !!    You can

Post New Questions

Answer Questions in Different Category