@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix inist: <http://www.inist.fr/Ontology#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ltk: <http://data.loterre.fr/ark:/67375/LTK> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://data.loterre.fr/ark:/67375/8LP-RTVC3B7T-9>
  skos:prefLabel "algorithme de classification"@fr, "classification algorithm"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-RL5WTKN0-9> .

<http://data.loterre.fr/ark:/67375/8LP-RL5WTKN0-9>
  inist:definitionalContext "Les CRF appartiennent à la famille des modèles graphiques non dirigés. (Moreau, Tellier, Balvet, Laurence, Rozenknop & Poibeau, 2009)"@fr ;
  dc:modified "2024-05-02T14:04:00"^^xsd:dateTime ;
  skos:hiddenLabel "Conditional random field"@en, "Champ aléatoire conditionnel"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  a skos:Concept ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q1124538>, ltk:-MPN2Q5CS-X ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-RTVC3B7T-9> ;
  skos:prefLabel "champ aléatoire conditionnel"@fr, "conditional random field"@en ;
  skos:definition "Algorithme de classification permettant de prédire des séquences et prenant en compte les informations contextuelles. (Loterre)"@fr, "A classification algorithm to predict sequences taking into account contextual information. (Loterre)"@en ;
  skos:altLabel "CRF"@en, "CRF"@fr .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
