Skip to main content
  1. Glossary/
  2. R/

Recurrent Neural Networks (RNNs)

40 words·1 min
Table of Contents

Definition
#

Specialized for processing sequences (e.g., text, time series).

Key Characteristics
#

  • Memory cells (e.g., LSTM)
  • Time-step processing
  • Context preservation

Why It Matters
#

Used in language translation and stock prediction.

Examples
#

  • Text generation models
  • Weather forecasting systems