About 1,920,000 results
Open links in new tab
  1. Understanding of LSTM Networks - GeeksforGeeks

    Jul 12, 2025 · With the increasing popularity of LSTMs, various alterations have been tried on the conventional LSTM architecture to simplify the internal design of cells to make them work in a more …

  2. Long short-term memory - Wikipedia

    Long short-term memory (LSTM) [1] is a type of recurrent neural network (RNN) aimed at mitigating the vanishing gradient problem [2] commonly encountered by traditional RNNs. Its relative insensitivity to …

  3. Comprehensive Understanding of LSTM Architecture: A Deep Dive

    Feb 9, 2025 · In this piece, we will take a more comprehensive look at the architecture of LSTMs, breaking down their intricate design and functionality. This topic is crucial for anyone looking to gain a...

  4. 10.1. Long Short-Term Memory (LSTM) — Dive into Deep Learning 1

    Even Tranformers owe some of their key ideas to architecture design innovations introduced by the LSTM. LSTMs have three types of gates: input gates, forget gates, and output gates that control the …

  5. Understanding LSTM Networks -- colah's blog

    Aug 27, 2015 · The repeating module in an LSTM contains four interacting layers. Don’t worry about the details of what’s going on. We’ll walk through the LSTM diagram step by step later. For now, let’s just …

  6. LSTM in Deep Learning: Architecture & Applications Guide

    May 28, 2025 · This article delves into how LSTM functions, its architecture, the decoding algorithm it uses, and its applications across various industries.

  7. Understanding the LSTM Architecture | Analytics Vidhya

    May 2, 2025 · A. LSTM (Long Short-Term Memory) models sequential data like text, speech, or time series using a type of recurrent neural network architecture. Its architecture includes a memory cell …

  8. What Is Long Short-Term Memory (LSTM)? - MathWorks

    In addition to the hidden state in traditional RNNs, the architecture for an LSTM block typically has a memory cell, input gate, output gate, and forget gate. The additional gates enable the network to …

  9. What is LSTM - Long Short Term Memory? - GeeksforGeeks

    Oct 7, 2025 · Long Short-Term Memory (LSTM) is an enhanced version of the Recurrent Neural Network (RNN) designed by Hochreiter and Schmidhuber. LSTMs can capture long-term …

  10. Understanding LSTM: Architecture, Pros and Cons, and ... - Medium

    Apr 28, 2023 · What is LSTM and How it works? LSTM stands for Long Short-Term Memory, and it is a type of recurrent neural network (RNN) architecture that is commonly used in natural language …