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


(Page créée avec « == en construction == Catégorie:Vocabulary Catégorie:Apprentissage machine Catégorie:UNSW == Définition == xxxxxxx == Français == xxxxxxx == Anglais... »)
Balise : Éditeur de wikicode 2017
 
m (Remplacement de texte : « ↵<small> » par «  ==Sources== »)
 
(4 versions intermédiaires par 3 utilisateurs non affichées)
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]]
 


== Définition ==
''' programme expert bâti par apprentissage '''
xxxxxxx


== Français ==
''' appreneur '''
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''.
 
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.
 
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:


''L''(''P'', ''q'', ((''x''<sub>1</sub>,''z''<sub>1</sub>), ..., (''x<sub>n</sub>'', ''z<sub>n</sub>''))) = ''q''<nowiki/>'
''' learner '''


See also unsupervised learning, observation language, and hypothesis language.
==Sources==


<small>
[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  ]


[http://www.cse.unsw.edu.au/~billw/dictionaries/mldict.html      Source : UNWS machine learning dictionary] ]
[[Catégorie:GRAND LEXIQUE FRANÇAIS]]

Dernière version du 28 janvier 2024 à 12:33

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

Sources

Source : TermiumPlus