TAAFT
Free mode
100% free
Freemium
Free Trial
Deals
Create tool

Gradient Boosting Machines

[ˈɡreɪdiənt ˈbustɪŋ məˈʃinz]
Machine Learning
Last updated: December 9, 2024

Definition

Ensemble models that build sequential trees to minimize errors.

Detailed Explanation

Gradient Boosting Machines construct additive models by sequentially fitting decision trees to the negative gradient of the loss function. Each new model focuses on correcting the errors of the combined ensemble.

Use Cases

Regression and classification tasks winning machine learning competitions handling structured data predictive analytics.

Related Terms