« Programme d'apprentissage » : différence entre les versions


m (Arielle H a déplacé la page Learning program vers Programme d'apprentissage)
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
== Définition ==
Programme IA tel Perceptron et Percy, qui modélise les processus cognitifs de l'apprentissage chez l'homme, ou le modèle bispatial de Simon et Lea qui comprend un espace d'exemples et un espace de règles.


== en construction ==
== Français ==
[[Catégorie:Vocabulary]]
''' programme d'apprentissage '''
[[Catégorie:Apprentissage machine]]
[[Catégorie:UNSW]]


''' programme expert bâti par apprentissage '''


== Définition ==
''' appreneur '''
xxxxxxx
 
== Français ==
xxxxxxx
   
   
== Anglais ==
== Anglais ==
'''learning program'''
''' learning program '''


Normal programs ''P'' produce the same output ''y'' each time they receive a particular input ''x''. Learning programs are capable of improving their performance so that they may produce different (better) results on second or later times that they receive the same input ''x''.
''' learner '''


They achieve this by being able to alter their '''internal state''', ''q''. In effect, they are computing a function of two arguments, ''P''(''x'' | ''q'') = ''y''. When the program is in learning mode, the program computes a new state ''q''<nowiki/>' as well as the output ''y'', as it executes.
<small>


In the case of supervised learning, in order to construct ''q''<nowiki/>', one needs a set of inputs ''x<sub>i</sub>'' and corresponding target outputs ''z<sub>i</sub>'' (i.e. you want ''P''(''x<sub>i</sub>'' | ''q'') = ''z<sub>i</sub>'' when learning is complete). The new state function ''L'' is computed as:
[https://www.btb.termiumplus.gc.ca/tpv2alpha/alpha-eng.html?lang=eng&i=1&srchtxt=Learning+program&index=alt&codom2nd_wet=1#resultrecs  Source : TermiumPlus  ]
 
''L''(''P'', ''q'', ((''x''<sub>1</sub>,''z''<sub>1</sub>), ..., (''x<sub>n</sub>'', ''z<sub>n</sub>''))) = ''q''<nowiki/>'
 
See also unsupervised learning, observation language, and hypothesis language.
 
<small>


[http://www.cse.unsw.edu.au/~billw/dictionaries/mldict.html      Source : UNWS machine learning dictionary] ]
[[Catégorie:Révision]]

Version du 15 avril 2021 à 14:45

Définition

Programme IA tel Perceptron et Percy, qui modélise les processus cognitifs de l'apprentissage chez l'homme, ou le modèle bispatial de Simon et Lea qui comprend un espace d'exemples et un espace de règles.

Français

programme d'apprentissage

programme expert bâti par apprentissage

appreneur

Anglais

learning program

learner

Source : TermiumPlus