@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ltk: <http://data.loterre.fr/ark:/67375/LTK> .
@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-RTVC3B7T-9>
  skos:prefLabel "algorithme de classification"@fr, "classification algorithm"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-XTH1WJ0X-D> .

<http://data.loterre.fr/ark:/67375/8LP-XTH1WJ0X-D>
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-RTVC3B7T-9>, <http://data.loterre.fr/ark:/67375/8LP-FZXXSFHX-G> ;
  skos:altLabel "SOM"@fr, "SOM"@en, "carte de Kohonen"@fr, "carte autoadaptative"@fr, "Kohonen map"@en, "carte auto-adaptative"@fr, "SOFM"@en, "self-organizing feature map"@en, "carte topologique"@fr ;
  skos:hiddenLabel "Carte auto-organisatrice"@fr, "Self-organizing map"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:prefLabel "carte auto-organisatrice"@fr, "self-organizing map"@en ;
  a skos:Concept ;
  skos:definition "Type de réseau de neurones artificiels qui est formé à l'aide d'un apprentissage non supervisé pour produire une représentation discrétisée de faible dimension (généralement bidimensionnelle) de la l'espace d'entrée des échantillons d'apprentissage, appelé carte, et est donc une méthode pour réduire la dimensionnalité. (Wikipédia)"@fr, "A type of artificial neural network that is trained using unsupervised learning to produce a low-dimensional (typically two-dimensional), discretized representation of the input space of the training samples, called a map, and is therefore a method to do dimensionality reduction. (Wikipedia)"@en ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q1136838>, ltk:-DK49HJZB-8 ;
  dc:modified "2024-05-03T08:20:14"^^xsd:dateTime .

<http://data.loterre.fr/ark:/67375/8LP-FZXXSFHX-G>
  skos:prefLabel "neural networks model"@en, "modèle de réseaux de neurones"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-XTH1WJ0X-D> .

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