+**Random Forest** is a powerful [Ensemble Learning](/wiki/ensemble_learning) method for classification and regression. It operates by constructing a multitude of [Decision Trees](/wiki/decision_tree) during training and outputs the mode of the classes or mean prediction of the individual trees, significantly improving predictive accuracy and robustness.
+## See also
+- [Machine Learning](/wiki/machine_learning)
+- [Supervised Learning](/wiki/supervised_learning)
+- [Bagging](/wiki/bagging)
... 1 more lines