@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-JTWZGRLV-T> .

<http://data.loterre.fr/ark:/67375/8LP-JTWZGRLV-T>
  skos:example "We show that vanilla LSTMs fail to learn some of the features we develop and that the proposed features can even improve performance in generating explanations with pointer networks. (Atkinson, Srinivasan & Tan, 2019)"@en, "Meanwhile we add the pointer-network to deal with out-of-vocabulary words. (Yan, Xie, Zou & Li, 2020)"@en, "We show that vanilla LSTMs fail to learn some of the features we develop and that our proposed features can improve the performance in generating explanations using pointer networks. (Atkinson, Srinivasan & Tan, 2019)"@en ;
  skos:prefLabel "réseau pointeur"@fr, "pointer network"@en ;
  skos:hiddenLabel "Pointer network"@en, "Réseau pointeur"@fr ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:definition "Type d'architecture de réseau neuronal conçu pour traiter des tâches séquence-à-séquence dans lesquelles les éléments de sortie sont copiés directement à partir de la séquence d'entrée."@fr, "A type of neural network architecture designed to handle sequence-to-sequence tasks where the output sequence elements are copied directly from the input sequence."@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-RCCRB5TL-Z> ;
  dc:modified "2024-05-21T11:42:08"^^xsd:dateTime .

