phase~1 min readUpdated 2026-07-19#phase#learning#models#architectures

Phase 02 — Learning and Models

This phase turns objectives and computation into learned representations and decisions. Study each architecture as an information path, an inductive bias, and a cost model—not a brand name.

Mental model

A model architecture restricts how information and gradients can move. Learning selects parameters within that structure; data, objective, and optimization decide which behavior emerges.

Roadmap through the branches

Exit criteria

You can trace a forward computation, name the learned parameters and objective, explain the update signal, compare architecture tradeoffs, and identify what scale changes.

Connects to: Phase 01 — Foundations · Phase 03 — Training and Inference

Core sources