« Apprentissage actif » : différence entre les versions


(Page créée avec « ==en construction== == Définition == XXXXXXXXX == Français == ''' XXXXXXXXX ''' == Anglais == ''' Active Learning''' Active learning is a form of semi-supervised mach... »)
 
m (Remplacement de texte — « DeepAI.org ] » par « DeepAI.org ] Catégorie:DeepAI.org  »)
Ligne 19 : Ligne 19 :


[XXXXXXX    Source : DeepAI.org ]
[XXXXXXX    Source : DeepAI.org ]
[[Catégorie:DeepAI.org]]


[[Catégorie:vocabulary]]
[[Catégorie:vocabulary]]

Version du 15 décembre 2020 à 19:07

en construction

Définition

XXXXXXXXX

Français

XXXXXXXXX

Anglais

Active Learning Active learning is a form of semi-supervised machine learning where the algorithm can choose which data it wants to learn from. With this approach, the program can actively query an authority source, either the programmer or a labeled dataset, to learn the correct prediction for a given problem.

The goal of this iterative learning approach is to speed along the learning process, especially if you don’t have a large labeled dataset to practice traditional supervised learning methods.

One of the most popular applications for active learning is in the labelling intensive Natural Language Processing field. This method can produce similar results as supervised learning, with a fraction of the human involvement.


[XXXXXXX Source : DeepAI.org ]