@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#> .
@prefix ltk: <http://data.loterre.fr/ark:/67375/LTK> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<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-DMCF0Z1Z-8> .

<http://data.loterre.fr/ark:/67375/8LP-DMCF0Z1Z-8>
  dc:modified "2024-05-03T08:19:42"^^xsd:dateTime ;
  skos:altLabel "convolution network"@en, "convolutional network"@en, "réseau neuronal convolutif"@fr, "convolution neural network"@en, "réseau neuronal à convolution"@fr, "CNN"@en, "CNN"@fr, "réseau à convolution"@fr, "réseau de neurones à convolution"@fr, "ConvNet"@en, "ConvNet"@fr, "réseau convolutif"@fr ;
  skos:exactMatch ltk:-PZ0FQSKJ-2, <https://www.wikidata.org/wiki/Q17084460> ;
  skos:prefLabel "réseau de neurones convolutif"@fr, "convolutional neural network"@en ;
  skos:hiddenLabel "Réseau de neurones convolutif"@fr, "Convolutional neural network"@en ;
  a skos:Concept ;
  skos:definition "A special feed-forward neural network for learning a hierarchical representation of imaging data, operating directly on raw images, whereas other classifiers need prior extraction of relevant texture features from images. (Physica Medica, 2017)"@en, "Réseau de neurones artificiels qui permet de détecter la présence de motifs simples à différentes échelles d'une image et d'identifier progressivement le contenu de celle-ci par association et recoupement. (Office québécois de la langue française)"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-FZXXSFHX-G> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

