Software Engineering KB

Home

❯

09 Machine Learning and AI

❯

01 Deep Learning

❯

00 Category

❯

Recurrent Neural Networks

Recurrent Neural Networks

Feb 10, 20261 min read

  • deep-learning
  • rnn
  • sequential

Recurrent Neural Networks

Back: Deep Learning

Neural networks designed for sequential data, processing one element at a time while maintaining a hidden state. Largely superseded by Transformers but still relevant for certain time-series and streaming applications.

Concepts

  • Vanilla RNN
  • LSTM
  • GRU
  • Bidirectional RNNs

deep-learning rnn sequential


Graph View

  • Recurrent Neural Networks
  • Concepts

Backlinks

  • Software Engineering - Map of Content
  • Bidirectional RNNs
  • GRU
  • LSTM
  • Vanilla RNN
  • Deep Learning

Created with Quartz v4.5.2 © 2026

  • GitHub