@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-ZXD5P7TL-7>
  skos:prefLabel "machine learning approach"@en, "approche d'apprentissage automatique"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-S7V1DRMJ-9> .

<http://data.loterre.fr/ark:/67375/8LP-S7V1DRMJ-9>
  skos:hiddenLabel "Label smoothing"@en, "Lissage d'étiquette"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-ZXD5P7TL-7> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:definition "Technique utilisée dans les réseaux neuronaux pour des tâches tels que la classification d'images et la reconnaissance vocale afin d'empêcher le sur-ajustement du modèle et améliorer sa capacité de généralisation en distribuant la masse de probabilité à toutes les étiquettes, et pas uniquement à l'étiquette de référence."@fr, "A technique used in neural networks for tasks like image classification and speech recognition to prevent model overfitting and improve its generalization ability by distributing probability mass to all labels, not just the gold label."@en ;
  a skos:Concept ;
  skos:example "During the training process the value of label smoothing is set to 0.1 and dropout is set to 0.1. (Cheng, Yao, Xin, An, Li, Li & Zou, 2024)"@en ;
  dc:modified "2024-06-12T12:20:12"^^xsd:dateTime ;
  skos:prefLabel "label smoothing"@en, "lissage d'étiquette"@fr .

