@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-RCCRB5TL-Z> .

<http://data.loterre.fr/ark:/67375/8LP-JTWZGRLV-T>
  skos:prefLabel "pointer network"@en, "réseau pointeur"@fr ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-RCCRB5TL-Z> .

<http://data.loterre.fr/ark:/67375/8LP-GZC48JF4-N>
  skos:prefLabel "modèle profond"@fr, "deep architecture"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-RCCRB5TL-Z> .

<http://data.loterre.fr/ark:/67375/8LP-W44WKHFX-H>
  skos:prefLabel "biRNN encoder"@en, "encodeur biRNN"@fr ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-RCCRB5TL-Z> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-RCCRB5TL-Z>
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-FZXXSFHX-G> ;
  skos:example "L'architecture neuronale a été implémentée en utilisant PyTorch (Paszke et al.) (Cruys, 2019)"@fr, "A different line of work attacks the feature-engineering problem by suggesting novel neural-network architectures for encoding the parser state including intermediatelybuilt subtrees as vectors which are then fed to nonlinear classifiers. (Kiperwasser & Goldberg, 2016)"@en, "Toward this we present an efficient neural network architecture that improves and optimizes word embeddings. (Husseini Orabi, Buddhitha, Husseini Orabi & Inkpen, 2018)"@en ;
  skos:hiddenLabel "Architecture de réseaux neuronaux"@fr, "Neural network architecture"@en ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-JTWZGRLV-T>, <http://data.loterre.fr/ark:/67375/8LP-GZC48JF4-N>, <http://data.loterre.fr/ark:/67375/8LP-W44WKHFX-H> ;
  dc:modified "2024-05-03T08:20:02"^^xsd:dateTime ;
  skos:altLabel "neural architecture"@en, "artificial neural network architecture"@en, "architecture neuronale"@fr ;
  skos:prefLabel "neural network architecture"@en, "architecture de réseaux neuronaux"@fr ;
  skos:definition "The way artificial neurons connect to each other to form a network. (Adapted from Al-saadi et al., Estimating the Optimum Duration of Road Projects Using Neural Network Model, International Journal of Engineering and Technology, 2017)"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

