About 50,900 results
Open links in new tab
  1. 机器学习算法之——梯度提升(Gradient Boosting)原理讲解 …

    GBDT (Gradient Boosting Decision Tree) 又叫 MART(Multiple Additive Regression Tree),是一种迭代的决策树算法,该算法由多棵决策树组成,所有树的结论累加起来做最终答案。 它在提出之初就 …

  2. Gradient boosting - Wikipedia

    Gradient boosting is a machine learning technique based on boosting in a functional space, where the target is pseudo-residuals instead of residuals as in traditional boosting.

  3. Gradient Boosting in ML - GeeksforGeeks

    Dec 3, 2025 · Gradient Boosting is an effective and widely-used machine learning technique for both classification and regression problems. It builds models sequentially focusing on correcting errors …

  4. 【机器学习】Boosting算法-梯度提升算法(Gradient Boosting) …

    梯度提升算法的核心思想是利用损失函数的负梯度作为残差的近似值,然后用一个基学习器拟合这个残差,再将其加到之前的模型上,从而不断地减小损失函数的值。 梯度提升算法有以下几个特点: 梯度 …

  5. A Guide to The Gradient Boosting Algorithm - DataCamp

    Dec 27, 2023 · Learn the inner workings of gradient boosting in detail without much mathematical headache and how to tune the hyperparameters of the algorithm.

  6. What is Gradient Boosting? - IBM

    Aug 29, 2024 · Gradient boosting is a machine learning technique that combines multiple weak prediction models into a single ensemble. These weak models are typically decision trees, which are …

  7. Gradient Boosted Decision Trees - Google Developers

    Aug 25, 2025 · Informally, gradient boosting involves two types of models: a "weak" machine learning model, which is typically a decision tree. a "strong" machine learning model, which is composed of …

  8. Gradient Boosting - an overview | ScienceDirect Topics

    Gradient Boosting - an overview | ScienceDirect Topics

  9. Gradient Boosting : Guide for Beginners- Analytics Vidhya

    Apr 25, 2025 · A. GBM Algorithm, or Gradient Boosting Machine, in machine learning refers to a class of ensemble techniques that build models sequentially to reduce errors. Consequently, it produces a …

  10. All You Need to Know about Gradient Boosting Algorithm − Part 1 ...

    Jan 20, 2022 · Gradient boosting is one of the most popular machine learning algorithms for tabular datasets. It is powerful enough to find any nonlinear relationship between your model target and …