@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix sn8: <http://data.loterre.fr/ark:/67375/SN8> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<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-NC68DDGT-D> .

<http://data.loterre.fr/ark:/67375/8LP-F8CZ9TCW-6>
  skos:prefLabel "structured prediction"@en, "apprentissage structuré"@fr ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-NC68DDGT-D> .

<http://data.loterre.fr/ark:/67375/8LP-M7H9HK89-Z>
  skos:prefLabel "rétropropagation"@fr, "backpropagation"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-NC68DDGT-D> .

<http://data.loterre.fr/ark:/67375/8LP-FJJS0XPD-0>
  skos:prefLabel "negative sampling"@en, "échantillonnage d'exemples négatifs"@fr ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-NC68DDGT-D> .

<http://data.loterre.fr/ark:/67375/8LP-MS3HSJ7F-T>
  skos:prefLabel "analyse discriminante quadratique"@fr, "quadratic discriminant analysis"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-NC68DDGT-D> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-KR0VQCZP-S>
  skos:prefLabel "apprentissage de métriques"@fr, "metric learning"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-NC68DDGT-D> .

<http://data.loterre.fr/ark:/67375/8LP-NC68DDGT-D>
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-KR0VQCZP-S>, <http://data.loterre.fr/ark:/67375/8LP-MS3HSJ7F-T>, <http://data.loterre.fr/ark:/67375/8LP-M7H9HK89-Z>, <http://data.loterre.fr/ark:/67375/8LP-F8CZ9TCW-6>, <http://data.loterre.fr/ark:/67375/8LP-FJJS0XPD-0> ;
  skos:altLabel "supervised machine learning"@en, "apprentissage automatique supervisé"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-ZXD5P7TL-7> ;
  skos:definition "A machine learning approach that is defined by its use of labeled datasets designed to train or “supervise” algorithms into classifying data or predicting outcomes accurately. Using labeled inputs and outputs, the model can measure its own accuracy and learn over time. (Adapted from ScienceDirect)"@en, "Procédé d’apprentissage automatique dans lequel l’algorithme s’entraîne à une tâche déterminée en utilisant un jeu de données assorties chacune d’une annotation indiquant le résultat attendu. (CNIL)"@fr ;
  skos:prefLabel "apprentissage supervisé"@fr, "supervised learning"@en ;
  skos:exactMatch sn8:-Z5XB6ZP8-8, <https://www.wikidata.org/wiki/Q334384> ;
  skos:example "In the case of Supervised Learning the machines are trained with a dynamic oracle. (Dary, Petit & Nasr, 2022)"@en, "Un apprentissage supervisé sur des corpus annotés en sens est ensuite effectué pour que leur système apprenne à distinguer les différents sens d'un mot en fonction des mots prédits par leur modèle de langue. (Vial, Lecouteux & Schwab, 2018)"@fr, "Ces annotations binaires servent de référence pour l'apprentissage supervisé. (Théo Mariotte, Anthony Larcher, Silvio Montrésor & Jean-Hugh Thomas, 2022)"@fr, "Les méthodes développées utilisent un modèle séquence-à-séquence optimisé à l'aide de l'apprentissage automatique supervisé. (Théo Mariotte, Anthony Larcher, Silvio Montrésor & Jean-Hugh Thomas, 2022)"@fr ;
  dc:modified "2024-05-29T06:37:15"^^xsd:dateTime ;
  skos:hiddenLabel "Apprentissage supervisé"@fr, "Supervised learning"@en ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

