AI vs Machine Learning
AI is the broader goal and problem domain. Machine learning is just one implementation method, not the whole story.
This page doesn't start with formulas, but first builds a stable "technology map". Without a map, learning Token, Attention, Transformer, and RAG later would be like memorizing scattered terms; with a map, you'll know where each concept fits in the entire technical chain.
Click a card on the left, and the right side will show what problems this layer solves, its typical tasks, and its relationship to subsequent LLM learning.
Understand which layers you'll learn to avoid being overwhelmed by terminology at the start.
Understand how text becomes tokens, vectors, and matrices before diving into Attention.
Dive into core mechanisms like QKV, positional encoding, Mask, and Transformer Block.
Understand RAG, Tool Use, Agent, evaluation, safety, and deployment.
AI is the broader goal and problem domain. Machine learning is just one implementation method, not the whole story.
Deep learning is an important branch of machine learning, specialized in learning complex representations from high-dimensional data.
LLMs aren't a separate world; they're a scaled pre-trained model approach built on deep learning.
Capabilities like "can retrieve", "can use tools", and "can answer like an assistant" often come from the combined effect of model and system, not just a single network structure.
Recommended next step: "Characters, Tokens & Vectors" to understand text representation first.
You can go directly to the Transformer self-attention lab, then come back to complete the roadmap and foundational pages.