@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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#> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-KS5PM6Q8-3>
  skos:prefLabel "stacked Long Short-Term Memory"@en, "longue mémoire à court terme empilée"@fr ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-PWM24BM7-M> .

<http://data.loterre.fr/ark:/67375/8LP-PWM24BM7-M>
  skos:example "In this article we introduce a long short-term memory (LSTM) network architecture to handle the morphological reinflection task. (Chakrabarty & Garain, 2017)"@en, "Alternative neural network architectures such as recurrent neural networks convolutional neural networks and long short-term memories might yield better results. (Haagsma, 2016)"@en, "The architecture is built upon a recurrent layer namely a Long Short-Term Memory (LSTM) whose goal is to learn an encoding derived from word embeddings obtained as the output of the recurrent layer at the last timestep. (Menini, Moretti, Corazza, Cabrio, Tonelli & Villata, 2019)"@en ;
  skos:prefLabel "mémoire à court terme persistante"@fr, "long short-term memory"@en ;
  skos:exactMatch ltk:-VM7P2HFS-D, <https://www.wikidata.org/wiki/Q6673524> ;
  dc:modified "2024-05-02T12:59:59"^^xsd:dateTime ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-KS5PM6Q8-3> ;
  skos:definition "A type of cell in a recurrent neural network used to process sequences of data in applications such as handwriting recognition, machine translation, and image captioning. LSTMs address the vanishing gradient problem that occurs when training RNNs due to long data sequences by maintaining history in an internal memory state based on new input and context from previous cells in the RNN. ( <a href=\"https://developers.google.com/machine-learning/glossary/#l)\">https://developers.google.com/machine-learning/glossary/#l)</a>."@en, "« Un type de cellule dans un réseau neuronal récurrent utilisé pour traiter des séquences de données dans des applications telles que la reconnaissance de l'écriture manuscrite, la traduction automatique et le sous-titrage d'images. Les LSTM traitent le problème du gradient de fuite qui se produit lors de la formation des RNN en raison de longues séquences de données en maintenant l'historique dans un état de mémoire interne basé sur les nouvelles entrées et le contexte des cellules précédentes dans le RNN. » (source :  <a href=\"https://developers.google.com/machine-learning/glossary/#l\">https://developers.google.com/machine-learning/glossary/#l</a>)"@fr ;
  skos:altLabel "LSTM"@en, "LSTM"@fr, "mémoire à long terme par transitions à court terme"@fr ;
  skos:hiddenLabel "Mémoire à court terme persistante"@fr, "Long short-term memory"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-PL8WWPCP-5> ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

<http://data.loterre.fr/ark:/67375/8LP-PL8WWPCP-5>
  skos:prefLabel "réseau de neurones récurrents"@fr, "recurrent neural network"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-PWM24BM7-M> .

