Back to papers
    random forestdecision treessupervised learningensemble

    Random Forests

    Leo Breiman
    📅 2001🏛 Machine Learning, Vol. 45, pp. 5–32, DOI: 10.1023/A:1010933404324
    Problem

    Need for a robust and accurate method for classification and regression that combines many decision trees.

    Method

    Construction of a forest of decision trees in which each tree depends on an independently sampled random vector; final prediction is obtained by voting or averaging.

    Finding

    Generalisation error converges as the number of trees grows; the method is robust to noise and also yields variable-importance measures.

    Limitations

    Lower interpretability than a single tree and the need to tune the number of trees and features.

    Practical application

    One of the most widely used classical machine-learning algorithms in industry, medicine and data science. A practical baseline for many prediction systems.

    📇 Summary flashcard — 13 analytical fields for this paper

    خلاصه

    Introduces random forests as a powerful and robust combination of decision trees.

    نمای سریع

    Random Forests – accuracy through diversity of trees.

    یافته‌های کلیدی

    Generalisation error converges as the number of trees grows; the method is robust to noise and also yields variable-importance measures.

    هدف

    Build an accurate, noise-robust ensemble method.

    روش

    Construction of a forest of decision trees in which each tree depends on an independently sampled random vector; final prediction is obtained by voting or averaging.

    نتایج

    Low generalisation error and variable-importance estimates.

    نتیجه‌گیری

    Random forests are a strong practical method for classification and regression.

    مفاهیم کلیدی

    random forest، decision trees، supervised learning، ensemble

    مطالعه‌ی بیشتر

    https://doi.org/10.1023/A:1010933404324

    تحلیل

    One of the most influential papers that brought tree-based ensembles into the mainstream.

    محدودیت‌ها

    Lower interpretability than a single tree and the need to tune the number of trees and features.

    کارهای آینده

    Extensions to more complex problems and further efficiency improvements.

    کاربرد عملی

    One of the most widely used classical machine-learning algorithms in industry, medicine and data science. A practical baseline for many prediction systems.

    References (this paper draws on) (0)

    No references recorded.

    Cited by (0) ▶

    No paper cites this one yet.

    Prerequisite learning path for this paper