@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-ZBB710P2-5>
  skos:prefLabel "perte contrastive"@fr, "contrastive loss"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-L03LRCL9-X> .

<http://data.loterre.fr/ark:/67375/8LP-G006D599-R>
  skos:prefLabel "measure"@en, "mesure"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-L03LRCL9-X> .

<http://data.loterre.fr/ark:/67375/8LP-L03LRCL9-X>
  skos:altLabel "fonction objective"@fr, "fonction objectif"@fr, "perte d'entraînement"@fr, "training objective"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-G006D599-R> ;
  skos:prefLabel "training loss"@en, "fonction de perte"@fr ;
  a skos:Concept ;
  skos:definition "A measure representing how far a model's prediction is from its label during a particular training iteration. (Based on Google for Developers, Machine Learning Glossary)"@en ;
  skos:example "Enfin, une fonction de perte l(i) ∈ [ 0, 1 ] est définie afin que le système maximise la mesure de gain g(i) et minimise l'effort de l'utilisateur φ(i) : α est un scalaire qui pondère le gain par rapport au coût, permettant au système de s'adapter aux préférences de l'utilisateur. (Riou, Jabaian, Huet & Lefèvre, 2017)"@fr, "Les 3 modèles neuronaux ont été entraînés pour minimiser la fonction objective. (Coavoux & Crabbé, 2015)"@fr, "As shown in Eqn. 7 the training objective of HNN model contains three losses. (He, Liu, Chen & Gao, 2019)"@en ;
  skos:hiddenLabel "Training loss"@en, "Fonction de perte"@fr ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-Q9XKBDHG-P>, <http://data.loterre.fr/ark:/67375/8LP-ZBB710P2-5> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  dc:modified "2024-06-10T09:41:09"^^xsd:dateTime .

<http://data.loterre.fr/ark:/67375/8LP-Q9XKBDHG-P>
  skos:prefLabel "perte d'entropie croisée"@fr, "cross-entropy loss"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-L03LRCL9-X> .

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