Caesar AI Atlas

Ensemble

Caesar AI Atlas Definition

An ensemble is a collection of independently trained models whose outputs are combined, averaged, voted on, or otherwise aggregated. Ensembles often improve accuracy, stability, and robustness compared with relying on a single model.

Other Definitions

Ensemble Source

A collection of models trained independently whose predictions are averaged or aggregated. In many cases, an ensemble produces better predictions than a single model. For example, a random forest is an ensemble built from multiple decision trees. Note that not all decision forests are ensembles. See Random Forest in Machine Learning Crash Course for more information.

Ensemble Source

A collection of models trained independently whose inferences are averaged or aggregated. In many cases, an ensemble produces better inferences than a single model. For example, a random forest is an ensemble built from multiple decision trees. Note that not all decision forests are ensembles.

Related Terms