« Langage d'hypothèses » : différence entre les versions


m (Remplacement de texte — « Catégorie:Apprentissage machine » par « Catégorie:Apprentissage automatique‏‎ »)
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
==en construction==


== en construction ==
== Définition ==
[[Catégorie:Vocabulary]]
Notation qui permet de représenter les hypothèses qui résultent d'un processus d'apprentissage automatique.
[[Catégorie:Apprentissage automatique‏‎]]
[[Catégorie:UNSW]]
 


== Définition ==
Term used in analysing machine learning methods. The hypothesis language refers to the notation used by the learning method to represent what it has learned so far. For example, in ID3, the hypothesis language would be the notation used to represent the decision tree (including partial descriptions of incomplete decision trees). In backprop, the hypothesis language would be the notation used to represent the current set of weights. In Aq, the hypothesis language would be the notation used to represent the class descriptions (e.g.
xxxxxxx
class1 ← size=large and colour in {red, orange}).


== Français ==
== Français ==
xxxxxxx
'''langage d'hypothèses'''
   
   
== Anglais ==
== Anglais ==
'''hypothesis language'''
'''hypothesis language'''


Term used in analysing machine learning methods. The hypothesis language refers to the notation used by the learning method to represent what it has learned so far. For example, in ID3, the hypothesis language would be the notation used to represent the decision tree (including partial descriptions of incomplete decision trees). In backprop, the hypothesis language would be the notation used to represent the current set of weights. In Aq, the hypothesis language would be the notation used to represent the class descriptions (e.g.<center>class1 ← size=large '''and''' colour '''in''' {red, orange}).</center>See also observation language.


<small>
<small>


[http://www.cse.unsw.edu.au/~billw/dictionaries/mldict.html     Source : INWS machine learning dictionary] ]
[http://www.cse.unsw.edu.au/~billw/dictionaries/mldict.html Source : INWS machine learning dictionary ]
 
[[Catégorie:Vocabulary]]
[[Catégorie:Apprentissage automatique‏‎]]
[[Catégorie:UNSW]]

Version du 17 mai 2021 à 11:45

en construction

Définition

Notation qui permet de représenter les hypothèses qui résultent d'un processus d'apprentissage automatique.

Term used in analysing machine learning methods. The hypothesis language refers to the notation used by the learning method to represent what it has learned so far. For example, in ID3, the hypothesis language would be the notation used to represent the decision tree (including partial descriptions of incomplete decision trees). In backprop, the hypothesis language would be the notation used to represent the current set of weights. In Aq, the hypothesis language would be the notation used to represent the class descriptions (e.g. class1 ← size=large and colour in {red, orange}).

Français

langage d'hypothèses

Anglais

hypothesis language


Source : INWS machine learning dictionary