@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-Z0ZFB7R6-M>
  skos:hiddenLabel "Méthode de descente de gradient"@fr, "Gradient descent method"@en ;
  dc:modified "2024-06-12T07:42:28"^^xsd:dateTime ;
  skos:example "Then a gradient descent method is used to learn the parameters. (Jin, Huang & Zhu, 2010)"@en, "Thus the gradient descent method can be safely applied in optimization. (Li, Wang, Yang & Odagaki, 2017)"@en, "In this paper we propose a gradient descent method to find the optimal weights. (Brosseau-Villeneuve, Nie & Kando, 2010)"@en, "We can apply the gradient descent method to optimize this problem. (Li, Zhang & Wang, 2014)"@en ;
  skos:altLabel "steepest descent"@en, "method of steepest descent"@en ;
  a skos:Concept ;
  skos:prefLabel "méthode de descente de gradient"@fr, "gradient descent method"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-ZBV48H74-S> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

<http://data.loterre.fr/ark:/67375/8LP-ZBV48H74-S>
  skos:prefLabel "optimization algorithm"@en, "algorithme d'optimisation"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-Z0ZFB7R6-M> .

