« Algorithme du perceptron » : différence entre les versions


Aucun résumé des modifications
Balise : Éditeur de wikicode 2017
m (Remplacement de texte : « ↵↵↵ » par «   »)
 
(7 versions intermédiaires par 2 utilisateurs non affichées)
Ligne 1 : Ligne 1 :
== Définition ==
Algorithme utilisé par le [[perceptron]].


== en construction ==
== Compléments ==  
[[Catégorie:Vocabulary]]
1. Tous les poids sont initialisés à 0.
[[Catégorie:Apprentissage machine]]
[[Catégorie:UNSW]]


2. Répétez jusqu'à ce que le perceptron donne le résultat correct pour chaque exemple du jeu de données :
<ul>
<li>si le perceptron produit 0 alors qu'il devrait produire 1, alors ajoutez le vecteur d'entrée au vecteur de poids.</li>
<li>si le perceptron produit 1 alors qu'il devrait produire 0, alors soustrayez le vecteur d'entrée au vecteur de poids.</li>
</ul>


== Définition ==
== Français ==
xxxxxxx
'''algorithme du perceptron'''


== Français ==
'''algorithme d'apprentissage perceptron'''
xxxxxxx
   
   
== Anglais ==
== Anglais ==
'''perceptron learning'''
'''perceptron algorithm'''


The perceptron learning algorithm:
'''perceptron learning algorithm'''
 
 
<!-- The perceptron learning algorithm:


1 All weights are initially set to zero.
1 All weights are initially set to zero.
2 For each training example:
2 For each training example:


if the perceptron outputs 0 when it should output 1, then add the input vector to the weight vector.
if the perceptron outputs 0 when it should output 1, then add the input vector to the weight vector.
if the perceptron outputs 1 when it should output 0, then subtract the input vector to the weight vector.
if the perceptron outputs 1 when it should output 0, then subtract the input vector to the weight vector.


Repeat step 2 until the perceptron yields the correct result for each training example.
Repeat step 2 until the perceptron yields the correct result for each training example. -->
 
 


==Sources==


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


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

Dernière version du 29 janvier 2024 à 11:51

Définition

Algorithme utilisé par le perceptron.

Compléments

1. Tous les poids sont initialisés à 0.

2. Répétez jusqu'à ce que le perceptron donne le résultat correct pour chaque exemple du jeu de données :

  • si le perceptron produit 0 alors qu'il devrait produire 1, alors ajoutez le vecteur d'entrée au vecteur de poids.
  • si le perceptron produit 1 alors qu'il devrait produire 0, alors soustrayez le vecteur d'entrée au vecteur de poids.

Français

algorithme du perceptron

algorithme d'apprentissage perceptron

Anglais

perceptron algorithm

perceptron learning algorithm


Sources

Source : UNWS machine learning dictionary ]



Contributeurs: Patrick Drouin, wiki