@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<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-WCFX289Q-K> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-WCFX289Q-K>
  skos:altLabel "deep NN"@en, "deep artificial neural network"@en, "réseau neuronal profond"@fr, "réseau de neurones profond"@fr, "DNN"@en ;
  skos:prefLabel "réseau de neurones profonds"@fr, "deep neural network"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:example "Nous avons donc conçu un réseau neuronal profond avec deux niveaux de couches cachées. (Dupont, Dinarelli & Tellier, 2017)"@fr ;
  a skos:Concept ;
  dc:modified "2024-05-03T08:19:50"^^xsd:dateTime ;
  skos:definition "Réseau neuronal comportant des millions de neurones, répartis en plusieurs dizaines de couches et utilisés en apprentissage profond pour l’apprentissage supervisé, l’apprentissage non supervisé et l’apprentissage par renforcement. (Data Franca)"@fr, "A neural network with multiple hidden layers, which allows a more sophisticated build-up from simple elements to more complex ones. (Adapted from Wiley, R Deep Learning Essentials, 2016)"@en ;
  skos:hiddenLabel "Réseau de neurones profonds"@fr, "Deep neural network"@en ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q51289900> ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-NKGH1TJT-R>, <http://data.loterre.fr/ark:/67375/8LP-C1M2Z3B5-P> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-FZXXSFHX-G> .

<http://data.loterre.fr/ark:/67375/8LP-NKGH1TJT-R>
  skos:prefLabel "réseau de croyances profondes"@fr, "deep belief network"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-WCFX289Q-K> .

<http://data.loterre.fr/ark:/67375/8LP-C1M2Z3B5-P>
  skos:prefLabel "connexion résiduelle"@fr, "residual connection"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-WCFX289Q-K> .

