random forest

Description: Random forest is an ensemble of [[Decision Trees]] that improves accuracy and controls overfitting by averaging multiple trees trained on different subsets of data.

Key Points:

Applications: Financial forecasting, image classification, healthcare diagnostics.