Deep Learning Architectures — Transformer, CNN, RNN, GAN, More | AI Terms Guide
🏗️
🏗️ 60 terms · The shapes of deep learning

The architectures behind every AI model

Transformer, CNN, RNN, GAN, VAE, ResNet — every neural network architecture explained with what it's good at and where it fits in modern AI.

60
Terms
4
Sub-topics
Weekly
Updates

Deep learning architectures are the neural network "shapes" — how layers connect, what information flows where, how the network processes different data types. The Transformer dominates modern AI, but understanding it in context requires knowing the architectures it replaced (RNNs, LSTMs), the architectures that share ideas with it (CNNs, GNNs), and the specialized architectures that still matter (diffusion U-Nets, GANs).

These 60 terms are grouped into four sub-topics: sequence architectures (Transformer, RNN, LSTM, and modern successors), vision architectures (CNNs, ViTs, U-Nets), generative architectures (GANs, VAEs, diffusion), and cross-cutting concepts (attention variants, positional encodings, normalization). For newer alternatives to the transformer, see modern architectures.

Flagship terms

The most important terms in Deep Learning Architectures

Start here if you're new. These entries explain the foundational vocabulary in depth.

Full directory

All Deep Learning Architectures terms, organized

Grouped into sub-topics so you can find neighbors and prerequisites, not just alphabetical entries.

Beyond terminology

Go deeper on Deep Learning Architectures

📖 Related concept tutorials

Long-form guides that walk through how these concepts actually work.

🎯 Related models & tools

Real products and models where you'll encounter these terms.

Frequently Asked

Questions about Deep Learning Architectures

Nearly, but not entirely. Diffusion U-Nets dominate image generation, CNNs still appear in vision preprocessing, and newer alternatives (Mamba, State Space Models) are gaining ground. But transformers dominate language, and hybrid architectures increasingly combine them with others.

Not first — start with transformers. But understanding RNN limitations (sequential processing, vanishing gradients) is what motivates the transformer's design decisions.

Encoder-only (BERT-style) is best for understanding tasks. Decoder-only (GPT-style) is best for generation and is what all modern chat LLMs use. Encoder-decoder (T5-style) is used for translation, summarization, and structured transformations.

Most current frontier ones, yes. GANs still power some real-time applications and video work, but the quality and controllability of diffusion have made it dominant.

Every model is an instance of one or more architectures. Claude, GPT-5, and Gemini are all decoder-only transformers with various modifications. Understanding the architecture tells you a lot about how the model behaves.

Share with