@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-SH9XZJ03-8>
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:hiddenLabel "Downstream task"@en, "Tâche en aval"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-F8Z6PGWF-Q> ;
  skos:prefLabel "tâche en aval"@fr, "downstream task"@en ;
  skos:definition "In the context of self-supervised learning, a task that uses the features learned through the self-supervised learning process as input, which can be any type of machine learning task that requires visual features, such as object detection, image classication, or segmentation. (Based on Attias, Vision Transformers for Analyzing High-Resolution Pathology Images (thesis), 2023)"@en, "Tâche qui utilise les sorties d'un modèle d'apprentissage auto-supervisé comme entrées pour répondre à des besoins spécifiques, par exemple dans la classification d'images."@fr ;
  dc:modified "2024-06-14T08:59:22"^^xsd:dateTime ;
  a skos:Concept .

<http://data.loterre.fr/ark:/67375/8LP-F8Z6PGWF-Q>
  skos:prefLabel "apprentissage auto-supervisé"@fr, "self-supervised learning"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-SH9XZJ03-8> .

