@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-R50C56F3-F>
  skos:prefLabel "NLP algorithm"@en, "algorithme de TAL"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-KB5MWGNM-9> .

<http://data.loterre.fr/ark:/67375/8LP-KB5MWGNM-9>
  skos:example "For the fine-tuning of DAE we use the method of conjugate gradients on larger mini-batches of 1000 cases with three line searches performed for each mini-batch in each epoch. (Lu, Chen & Xu, 2014)"@en, "L'entrainement du modèle utilise l'algorithme du gradient conjugué ('CG '). (Léchelle & Langlais, 2014)"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:prefLabel "gradient conjugué"@fr, "conjugate gradient"@en ;
  dc:modified "2024-06-12T07:27:23"^^xsd:dateTime ;
  skos:hiddenLabel "Conjugate gradient"@en, "Gradient conjugué"@fr ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-R50C56F3-F> .

