@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#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://data.loterre.fr/ark:/67375/8LP-WNZLVDRX-3>
  skos:example "We reduced the task to a binary decision to avoid sparsity in the classification. (Sikos, Versley & Frank, 2016)"@en, "This sparsity allows a model to assign exactly zero probability to implausible hypotheses. (Peters & Martins, 2021)"@en ;
  a skos:Concept ;
  dc:modified "2024-06-28T07:07:28"^^xsd:dateTime ;
  skos:altLabel "sparsité"@fr ;
  skos:hiddenLabel "Sparsity"@en, "Parcimonie"@fr ;
  skos:prefLabel "parcimonie"@fr, "sparsity"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-BKV07MF4-4> .

<http://data.loterre.fr/ark:/67375/8LP-BKV07MF4-4>
  skos:prefLabel "problème d'apprentissage"@fr, "learning problem"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-WNZLVDRX-3> .

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