Skip to content

Random Forests

← Back to topic

Authors: Leo Breiman
Year: 2001
Journal: Machine Learning
DOI: 10.1023/A:1010933404324
Publisher: https://link.springer.com/article/10.1023/A:1010933404324

Keywords: random forest, ensemble

Abstract

Random forests are a combination of tree predictors such that each tree depends on the values of a random vector sampled independently.

Cite this paper

bibtex
@misc{randomforest2001,
  title  = {Random Forests},
  author = {Leo Breiman},
  year   = {2001},
  journal = {Machine Learning},
  doi    = {10.1023/A:1010933404324},
  url    = {https://doi.org/10.1023/A:1010933404324},
}

Source files

Released under the MIT License.