@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-NC68DDGT-D>
  skos:prefLabel "apprentissage supervisé"@fr, "supervised learning"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-FJJS0XPD-0> .

<http://data.loterre.fr/ark:/67375/8LP-FJJS0XPD-0>
  skos:prefLabel "échantillonnage d'exemples négatifs"@fr, "negative sampling"@en ;
  dc:modified "2024-06-12T12:25:59"^^xsd:dateTime ;
  a skos:Concept ;
  skos:example "Training was done by applying negative sampling with 15 negative samples per target-context pair for 10 iterations over the entire corpus using stochastic gradient descent. (Komninos & Manandhar, 2016)"@en ;
  skos:hiddenLabel "Negative sampling"@en, "Échantillonnage d'exemples négatifs"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:definition "A technique used in word embedding models which involves randomly selecting negative examples to train the model to distinguish between positive and negative word pairs."@en, "Technique utilisée en apprentissage supervisé pour fournir au modèle des exemples qui ne possèdent pas les caractéristiques de la classe positive pour une tâche donnée."@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-NC68DDGT-D> .

