@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.loterre.fr/ark:/67375/23L-CHPG4H6H-D>
  skos:definition "statistical method used to calculate the error gradient for each neuron in a neural network, from the last layer to the first. The gradient of a function of several variables at a given point is a vector that characterizes the variability of this function in the neighborhood of this point. (Source: translated from  <a href=\"https://ia.gdria.fr/Glossaire/retropropagation-du-gradient/\">https://ia.gdria.fr/Glossaire/retropropagation-du-gradient/</a> )"@en, "méthode statistique utilisée pour calculer le gradient de l’erreur pour chaque neurone d’un réseau de neurones, de la dernière couche vers la première. Le gradient d’une fonction de plusieurs variables en un certain point est un vecteur qui caractérise la variabilité de cette fonction au voisinage de ce point. (Source :  <a href=\"https://ia.gdria.fr/Glossaire/retropropagation-du-gradient/\">https://ia.gdria.fr/Glossaire/retropropagation-du-gradient/</a> )"@fr ;
  dc:modified "2025-09-24T06:45:27"^^xsd:dateTime ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q798503>, <https://en.wikipedia.org/wiki/Backpropagation>, <https://fr.wikipedia.org/wiki/R%C3%A9tropropagation_du_gradient> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/23L> ;
  dc:bibliographicCitation "• Rumelhart, D. E., Hinton, G. E., & Williams, R. J. (1986). Learning internal representations by error propagation. In D. E. Rumelhart & J. L. McClelland (Eds.), Parallel distributed processing. Vol. 1 : Foundations (pp. 318‑362). MIT Press." ;
  skos:related <http://data.loterre.fr/ark:/67375/23L-R1XLWBQN-0> ;
  skos:broader <http://data.loterre.fr/ark:/67375/23L-K9PG3BSX-P> ;
  a skos:Concept ;
  skos:prefLabel "rétropropagation du gradient"@fr, "backpropagation"@en ;
  skos:altLabel "backward propagation of errors"@en .

<http://data.loterre.fr/ark:/67375/23L> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/23L-R1XLWBQN-0>
  skos:prefLabel "réseau de neurones"@fr, "neural network"@en ;
  a skos:Concept ;
  skos:related <http://data.loterre.fr/ark:/67375/23L-CHPG4H6H-D> .

<http://data.loterre.fr/ark:/67375/23L-K9PG3BSX-P>
  skos:prefLabel "optimization algorithm"@en, "algorithme d'optimisation"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/23L-CHPG4H6H-D> .

