« Gradient Bagging » : différence entre les versions


m (Remplacement de texte — « DeepAI.org ] » par « DeepAI.org ] Catégorie:DeepAI.org  »)
Balise : Nouvelle redirection
Ligne 1 : Ligne 1 :
==en construction==
 
#REDIRECTION[[Ré-échantillonnage avec remise ensembliste]]
 
[[Catégorie:ENGLISH]]
 
 
 
 
 


== Définition ==
== Définition ==
Ligne 17 : Ligne 25 :


[https://deepai.org/machine-learning-glossary-and-terms/gradient-bagging  Source : DeepAI.org ]
[https://deepai.org/machine-learning-glossary-and-terms/gradient-bagging  Source : DeepAI.org ]
[[Catégorie:DeepAI.org]]
[[Catégorie:vocabulary]]

Version du 15 décembre 2021 à 14:11




Définition

XXXXXXXXX

Français

XXXXXXXXX

Anglais

Gradient Bagging

Gradient bagging, also called Bootstrap Aggregation, is a metaheuristic algorithm that reduces variance and overfitting in a deep learning program. While usually applied to decision trees, bagging can be used in any model. In this approach, several random subsets of data are created from the training sample. Each collection of subset data is then deployed to train a different decision tree. The end result is an ensemble of different models, with the average of all decision tree predictions used instead of just one. Bagging is also used for the node splitting step when creating Random Forests.



Source : DeepAI.org



Contributeurs: wiki