@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#> .
@prefix inist: <http://www.inist.fr/Ontology#> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-F0W5GZ8N-4>
  skos:prefLabel "entropie croisée"@fr, "cross entropy"@en ;
  dc:modified "2024-06-10T11:46:59"^^xsd:dateTime ;
  a skos:Concept ;
  skos:example "Cross-entropy between the estimated R and the empirical R distribution is minimized in fine-tuning. (Jin, Tan, Chen, Liu & Huang, 2020)"@en, "L'entropie croisée correspond au nombre moyen de bits requis pour encoder chacun des mots du texte inconnu. (Hernandez, 2014)"@fr ;
  inist:definitionalContext "Contrairement à l'entropie croisée dont l'objectif est d'apprendre à prédire une étiquette ou des valeurs à partir d'une entrée les fonctions contrastives prédisent la similarité relative entre les entrées. (Tuo, Besançon, Ferret & Tourille, 2023)"@fr ;
  skos:hiddenLabel "Entropie croisée"@fr, "Cross entropy"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-DWVBMBKS-N> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

<http://data.loterre.fr/ark:/67375/8LP-DWVBMBKS-N>
  skos:prefLabel "théorie de l'information"@fr, "information theory"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-F0W5GZ8N-4> .

