@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-HZJCC5T6-R>
  a skos:Concept ;
  skos:prefLabel "gradient ascent"@en, "montée de gradient"@fr ;
  skos:example "Since the EM algorithm performs gradient ascent as it iteratively improves the log-likelihood it is prone to getting caught in local maxima and selection of the initial conditions is crucial for the learning procedure. (Bhattacharya, Getoor & Bengio, 2004)"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-ZBV48H74-S> ;
  skos:altLabel "remontée de gradient"@fr, "ascension de gradient"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  dc:created "2025-02-12T14:04:52"^^xsd:dateTime ;
  dc:modified "2025-02-12T14:05:58"^^xsd:dateTime .

<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-HZJCC5T6-R> .

