@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-KR0VQCZP-S>
  skos:hiddenLabel "Apprentissage de métriques"@fr, "Metric learning"@en ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:definition "Domaine de l'apprentissage automatique supervisé dont l'objectif est d'apprendre une fonction de similitude qui mesure la similitude ou la relation entre deux objets. Il a des applications dans le classement, dans les systèmes de recommandation, le suivi d'identité visuelle, la vérification du visage et la vérification du locuteur. (Data Franca)"@fr, "A technique that constructs task-specific distance metrics by learning the similarity or dissimilarity between samples. It is often used for object retrieval and clustering by training a deep neural network to learn a mapping function from the original samples into a new, more compact, embedding space. (Seidenschwarz et al., Learning Intra-Batch Connections for Deep Metric Learning)"@en ;
  dc:modified "2024-05-28T08:44:59"^^xsd:dateTime ;
  skos:altLabel "distance metric learning"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-NC68DDGT-D> ;
  skos:prefLabel "metric learning"@en, "apprentissage de métriques"@fr .

<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-KR0VQCZP-S> .

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