@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#> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-RCCRB5TL-Z>
  skos:prefLabel "architecture de réseaux neuronaux"@fr, "neural network architecture"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-GZC48JF4-N> .

<http://data.loterre.fr/ark:/67375/8LP-GZC48JF4-N>
  a skos:Concept ;
  skos:hiddenLabel "Deep architecture"@en, "Modèle profond"@fr ;
  skos:definition "Deep architectures are composed of multiple levels of non-linear operations, such as in neural nets with many hidden layers or in complicated propositional formulae re-using many sub-formulae. (Bengio, Learning Deep Architectures for AI, in Foundations and Trends in Machine Learning)"@en, "Type de réseau de neurones contenant plusieurs couches cachées. Les modèles profonds reposent sur des non-linéarités qui peuvent être apprises. (Data Franca)"@fr ;
  dc:modified "2024-05-27T15:10:31"^^xsd:dateTime ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-RCCRB5TL-Z> ;
  skos:prefLabel "deep architecture"@en, "modèle profond"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

