@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ltk: <http://data.loterre.fr/ark:/67375/LTK> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<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-PL8WWPCP-5> .

<http://data.loterre.fr/ark:/67375/8LP-PL8WWPCP-5>
  skos:definition "A neural network that is intentionally run multiple times, where parts of each run feed into the next run. Specifically, hidden layers from the previous run provide part of the input to the same hidden layer in the next run. Recurrent neural networks are particularly useful for evaluating sequences, so that the hidden layers can learn from previous runs of the neural network on earlier parts of the sequence. (Google for Developers, Machine Learning Glossary)"@en, "Réseau de neurones artificiels dans lequel les signaux peuvent revenir en arrière et alimenter des neurones d'une couche précédente ou de la même couche. (Office québécois de la langue française)"@fr ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-Z3GJJPCQ-0>, <http://data.loterre.fr/ark:/67375/8LP-LRRDNZKL-X>, <http://data.loterre.fr/ark:/67375/8LP-PWM24BM7-M> ;
  skos:example "We propose a text-based recommendation engine that utilizes recurrent neural networks to flexibly map textual input into continuous vector representations tailored to the recommendation task. (Gu, Lei, Barzilay & Jaakkola, 2016)"@en, "Dans le cas des RNN, l'information contextuelle est donnée par une connexion en boucle. (Dinarelli & Tellier, 2016)"@fr ;
  skos:note "On oppose les réseaux de neurones récurrents aux réseaux de neurones à propagation avant, dans lesquels les signaux ne peuvent se diriger que dans un seul sens, d'une couche d'entrée vers une couche de sortie. (Office québécois de la langue française)"@fr ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q1457734>, ltk:-HD7DX65D-T ;
  skos:altLabel "RNN"@en, "RNN"@fr, "réseau neuronal récurrent"@fr, "réseau de neurones récurrent"@fr ;
  skos:hiddenLabel "Recurrent neural network"@en, "Réseau de neurones récurrents"@fr ;
  skos:prefLabel "réseau de neurones récurrents"@fr, "recurrent neural network"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-FZXXSFHX-G> ;
  dc:modified "2024-05-03T08:20:09"^^xsd:dateTime ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

<http://data.loterre.fr/ark:/67375/8LP-LRRDNZKL-X>
  skos:prefLabel "unité récurrente fermée"@fr, "gated recurrent unit"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-PL8WWPCP-5> .

<http://data.loterre.fr/ark:/67375/8LP-PWM24BM7-M>
  skos:prefLabel "mémoire à court terme persistante"@fr, "long short-term memory"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-PL8WWPCP-5> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-Z3GJJPCQ-0>
  skos:prefLabel "bidirectional long-short term memory"@en, "mémoire court et long terme bidirectionnelle"@fr ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-PL8WWPCP-5> .

