Ensemble Algorithms
In statistics and machine learning, ensemble methods use multiple learning algorithms to obtain better predictive performance than could be obtained from any of the constituent learning algorithms alone. Unlike a statistical ensemble in statistical mechanics, which is usually infinite, a machine learning ensemble consists of only a concrete finite set of alternative models, but typically allows for much more flexible structure to exist among those alternatives.
- Voting
- Stacking
- Bagging
- Boosting
- Cascading
References
https://en.wikipedia.org/wiki/Ensemble_learning
https://www.toptal.com/machine-learning/ensemble-methods-machine-learning
https://www.toptal.com/machine-learning/ensemble-methods-kaggle-machine-learn