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

<http://data.loterre.fr/ark:/67375/8LP-Z0ZFB7R6-M>
  skos:prefLabel "gradient descent method"@en, "méthode de descente de gradient"@fr ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-ZBV48H74-S> .

<http://data.loterre.fr/ark:/67375/8LP-R50C56F3-F>
  skos:prefLabel "NLP algorithm"@en, "algorithme de TAL"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-ZBV48H74-S> .

<http://data.loterre.fr/ark:/67375/8LP-Z954MJJZ-F>
  skos:prefLabel "dynamic programming"@en, "programmation dynamique"@fr ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-ZBV48H74-S> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-P44ZQPD5-7>
  skos:prefLabel "optimisation minimale séquentielle"@fr, "sequential minimal optimization"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-ZBV48H74-S> .

<http://data.loterre.fr/ark:/67375/8LP-HZJCC5T6-R>
  skos:prefLabel "montée de gradient"@fr, "gradient ascent"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-ZBV48H74-S> .

<http://data.loterre.fr/ark:/67375/8LP-ZBV48H74-S>
  skos:example "En pratique, le calcul est réalisé par l'algorithme d'optimisation Newton-Raphson. (Thuilier, Fox & Crabbé, 2010)"@fr, "Cet algorithme d'optimisation numérique vise à obtenir un optimum (éventuellement local) par améliorations successives. (Orosanu, Jouvet, Fohr, Illina & Bonneau, 2012)"@fr, "L'algorithme d'optimisation utilisé pour tous les apprentissage de wapiti est rprop+. (Tian, Marco, Isabelle & Pedro, 2015)"@fr, "L'algorithme d'optimisation utilisé est « adadelta ». (Burlot & Yvon, 2017)"@fr ;
  skos:hiddenLabel "Optimization algorithm"@en, "Algorithme d'optimisation"@fr ;
  skos:definition "Procédure mathématique qui permet d'obtenir les minimums (ou maximums) d'une fonction réelle f (que l'on appelle fonction objective). (Termium)"@fr, "Algorithm for finding the optimum or optima of a function. (Wikidata)"@en ;
  skos:prefLabel "algorithme d'optimisation"@fr, "optimization algorithm"@en ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-Z954MJJZ-F>, <http://data.loterre.fr/ark:/67375/8LP-HZJCC5T6-R>, <http://data.loterre.fr/ark:/67375/8LP-P44ZQPD5-7>, <http://data.loterre.fr/ark:/67375/8LP-Z0ZFB7R6-M> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:altLabel "optimisation algorithm"@en ;
  dc:modified "2024-05-03T11:33:34"^^xsd:dateTime ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-R50C56F3-F> ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q2835765> .

