« Algorithme de couverture » : différence entre les versions


m (Remplacement de texte — « Catégorie:Apprentissage machine » par « Catégorie:Apprentissage automatique‏‎ »)
m (Imeziani a déplacé la page Covering algorithm vers Algorithme de couverture)
(Aucune différence)

Version du 3 mai 2021 à 17:08

en construction


Définition

XXXXXXXXXXXXXXX

Français

XXXXXXXXXXXXXXX

Anglais

covering algorithm

A covering algorithm, in the context of propositional learning systems, is an algorithm that develops a cover for the set of positive examples - that is, a set of conjunctive expressions that account for all the examples but none of the non-examples.

The algorithm - given a set of examples:

Start with an empty cover.

Select an example.

Find the set of all conjunctive expressions that cover that example.

Select the "best" expression x from that set, according to some criterion (usually "best" is a compromise between generality and compactness and readability).

Add x to the cover.

Go to step 2, unless there are no examples that are not already covered (in which case, stop).


Source : INWS machine learning dictionary ]



Contributeurs: Imane Meziani, wiki