Originally published at: https://developer.nvidia.com/blog/explainer-what-is-a-random-forest/
A random forest is a supervised algorithm that uses an ensemble learning method consisting of a multitude of decision trees, the output of which is the consensus of the best answer to the problem. Random forest can be used for classification or regression.