Random forest
Random forests or random decision forests are an ensemble learning method for classification, regression and other tasks that operates by constructing a multitude of decision trees at training time. For classification tasks, the output of the random forest is the class selected by most trees. For regression tasks, the mean or average prediction of the individual trees is returned. Random decision forests correct for decision trees' habit of overfitting to their training set. Random forests generally outperform decision trees, but their accuracy is lower than gradient boosted trees. However, data characteristics can affect their performance.The first algorithm for random decision forests was created in 1995 by Tin Kam Ho using the random subspace method, which, in Ho's formulation, is a way to implement the "stochastic discrimination" approach to classification proposed by Eugene Kleinberg.An extension of the algorithm was developed by Leo Breiman and Adele Cutler, who registered "Random Forests" as a trademark in 2006 (as of 2019, owned by Minitab, Inc.). The extension combines Breiman's "bagging" idea and random selection of features, introduced first by Ho and later independently by Amit and Geman in order to construct a collection of decision trees with controlled variance.
Random forest - Wikipedia Jump to content From Wikipedia, the free encyclopedia This article is about the machine learning technique. For other kinds of random tree, see Random tree . Tree-based ensemble machine learning methods Part of a series on Machine learning and data mining Paradigms Supervised learning Unsupervised learning Semi-supervised learning Self-supervised learning Reinforcement learning Meta-learning Online learning Batch learning Curriculum learning Rule-based learning Neuro-symbolic AI Neuromorphic engineering Quantum machine learning Problems Classification Generative model
Explore this link on the map →saved by
related reading
- Decision tree learning - Wikipediaen.wikipedia.org
- annaabrandenberger.github.io
- Ensemble learning - Wikipediaen.wikipedia.org
- Top 10 Machine Learning Algorithms in 2026 - Analytics Vidhyaanalyticsvidhya.com
- A Course in Machine Learningciml.info
- MRMR - Minimum Redundancy Maximum Relevance — 1.8.3feature-engine.trainindata.com
- Planting trees on-chain - EZKL Blogblog.ezkl.xyz
- deeplearningbook.org/contents/ml.htmldeeplearningbook.org
- Artificial Intelligence Algorithms For Beginners | Edurekaedureka.co
- CART (Classification And Regression Tree) in Machine Learning - GeeksforGeeksgeeksforgeeks.org
- Machine learning - Wikipediaen.wikipedia.org
- Classificationfairmlbook.org