« Gradient Bagging » : différence entre les versions
m (Remplacement de texte — « DeepAI.org ] » par « DeepAI.org ] Catégorie:DeepAI.org ») |
m (Remplacement de texte : « ↵↵↵↵ » par « ») |
||
(2 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
#REDIRECTION[[Ré-échantillonnage avec remise ensembliste]] | |||
[[Catégorie:ENGLISH]] | |||
== Définition == | == Définition == | ||
Ligne 13 : | Ligne 20 : | ||
==Sources== | |||
[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 ] | ||
Dernière version du 29 janvier 2024 à 12:26
Rediriger vers :
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.
Sources
Contributeurs: wiki