@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-BKV07MF4-4>
  skos:prefLabel "problème d'apprentissage"@fr, "learning problem"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-CM1BL2SJ-B> .

<http://data.loterre.fr/ark:/67375/8LP-CM1BL2SJ-B>
  skos:altLabel "exemple antagoniste"@fr ;
  skos:definition "Exemple conçu spécialement pour provoquer une mauvaise performance ou une incohérence d'un modèle d'apprentissage automatique en apportant de légères modifications aux données d'entrée initialement cohérentes."@fr, "Machine learning input sample formed by applying a small but intentionally worst-case perturbation to a clean example, such that the perturbed input causes a learned model to output an incorrect answer. (NIST, The Language of Trustworthy AI: An In-Depth Glossary of Terms, 2023)"@en ;
  dc:modified "2024-06-12T14:36:16"^^xsd:dateTime ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-BKV07MF4-4> ;
  skos:hiddenLabel "Adversarial example"@en, "Exemple adverse"@fr ;
  a skos:Concept ;
  skos:prefLabel "exemple adverse"@fr, "adversarial example"@en ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q115727235> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

