LearningTree Β· AI

Artificial Intelligence
Foundation

A structured reference covering the full spectrum of AI β€” from history and mathematics to deep learning, agentic systems, and responsible AI practice.

5
Tiers
12
Domains
80+
Chapters
All
Levels

This reference takes you from zero to frontier AI β€” structured across five progressive tiers so beginners, developers, and researchers each find their entry point and grow from there.

Tier 1 Β· Beginner β†’ Intermediate
Foundations
History, philosophy, and mathematics β€” the intellectual bedrock before the algorithms begin.
Domain 01 β€” Foundations of AI
7 chapters ~45 min Beginner β†’ Intermediate

Where AI came from, what it actually is, the key paradigms, and the foundational frameworks that every practitioner needs before touching a single algorithm.

πŸ“‹ Domain 1 β€” What you'll learn
  • AI = optimisation toward a goal using data and computation β€” not magic
  • Two AI winters caused by data, compute, and algorithm gaps β€” now all solved
  • 2012 AlexNet β†’ 2017 Transformer β†’ 2022 ChatGPT are the three inflection points
  • PEAS framework: the foundation of modern agentic AI in Domain 8
  • Modern LLMs = hybrid of all paradigms β€” not purely one approach
Tier 2 Β· Intermediate
Core Machine Learning
Traditional algorithms and the deep learning architectures that power everything in modern AI.
Domain 03 β€” Classical Machine Learning
7 chapters ~60 min Intermediate

Supervised, unsupervised, and ensemble methods β€” the core ML toolkit that still powers ~80% of production systems.

πŸ“‹ Domain 3 β€” What you'll learn
  • Supervised learning: inputβ†’output mapping via labelled data β€” regression & classification
  • Ensemble methods (Random Forest, XGBoost) are the most-used ML in production today
  • Bias-variance tradeoff: underfitting vs overfitting β€” the central tension in ML
  • Unsupervised learning discovers structure without labels β€” clustering & dimensionality reduction
  • Model evaluation: cross-validation + right metric matters more than the algorithm choice
Domain 04 β€” Deep Learning
9 chapters ~75 min Intermediate β†’ Advanced

Neural networks from perceptron to Transformer β€” activation functions, backprop, CNNs, RNNs, attention, and modern architectures.

πŸ“‹ Domain 4 β€” What you'll learn
  • Neural networks learn via backpropagation + gradient descent β€” no magic
  • CNNs exploit spatial locality for images; RNNs process sequences step-by-step
  • The Transformer replaced both with self-attention β€” O(1) depth, fully parallel
  • Transfer learning: pre-train on large data, fine-tune on your task β€” the dominant paradigm
  • Generative models (GANs, diffusion) learn to create new data, not just classify existing data
Tier 3 Β· Advanced
Advanced & Specialized AI
Language, vision, and decision-making β€” the three major specialisations of modern AI.
Domain 05 β€” NLP & Large Language Models
10 chapters Advanced

From word embeddings to GPT-4 and beyond β€” tokenisation, pre-training, fine-tuning, prompting, RAG, alignment, and evaluation.

πŸ“‹ Domain 5 β€” What you'll learn
  • BPE tokenisation: iteratively merge most frequent pairs β€” text β†’ numbers
  • Word2Vec geometry encodes meaning: king βˆ’ man + woman β‰ˆ queen
  • GPT = decoder-only, BERT = encoder-only β€” generation vs understanding
  • Prompt engineering + RAG + fine-tuning = the three tools every AI practitioner uses daily
  • Hallucination is a feature, not a bug β€” LLMs are trained for fluency, not facts
Domain 06 β€” Computer Vision
8 chapters Available Advanced

Image fundamentals, CNN architectures, object detection, segmentation, GANs, Vision Transformers, multimodal AI, and video/3D vision.

πŸ“‹ Domain 6 β€” What you'll learn
  • CNNs exploit spatial locality and weight sharing β€” the key inductive bias for images
  • ResNet solved the vanishing gradient problem with skip connections β€” enabled 100+ layer networks
  • YOLO unified detection as a single regression problem β€” orders of magnitude faster than R-CNN
  • Vision Transformers (ViT) prove attention works on images β€” treating patches as tokens
  • CLIP learns visual-semantic alignment from image-text pairs β€” the foundation of multimodal AI
Domain 07 β€” Reinforcement Learning
8 chapters Available Advanced

MDPs, dynamic programming, TD learning, Q-learning, deep RL, policy gradients, PPO, and RL in real-world systems including RLHF.

πŸ“‹ Domain 7 β€” What you'll learn
  • RL = learn by doing β€” no labels, only reward signals from environment interaction
  • Bellman equations express recursive value decomposition β€” the foundation of all RL algorithms
  • DQN combined Q-learning with deep networks β€” first superhuman Atari performance
  • PPO is the workhorse of modern RL β€” used in RLHF to align LLMs like ChatGPT
  • Real-world RL: sparse rewards, safety constraints, sim-to-real gap β€” harder than games
Tier 4 Β· Advanced β†’ Expert
Agentic & Systems AI
Autonomous agents that plan, act and adapt β€” plus the engineering discipline of deploying AI at scale.
Domain 08 β€” AI Agents
8 chapters Available Expert ⭐ Frontier

LLM agents with tool use, memory, planning, multi-agent collaboration, and production deployment β€” the frontier of AI engineering.

πŸ“‹ Domain 8 β€” What you'll learn
  • An LLM agent = LLM + tools + memory + planning loop β€” not just a chatbot
  • ReAct: interleave reasoning and acting β€” grounding decisions in observable tool outputs
  • Memory gives agents persistence across sessions β€” the missing piece for long-horizon tasks
  • Multi-agent systems enable parallelism, specialisation, and debate β€” better than one large agent
  • Production agents require observability, error recovery, and cost management β€” not just capability
Domain 09 β€” MLOps & AI Engineering
8 chapters Available Advanced

Building, deploying & operating AI systems β€” data pipelines, experiment tracking, model serving, CI/CD for ML, monitoring, drift detection, vector databases, LLM APIs, and infrastructure.

πŸ“‹ Domain 9 β€” What you'll learn
  • 87% of models never reach production β€” engineering, not algorithms, is the bottleneck
  • Feature stores bridge training and serving β€” eliminating training/serving skew
  • ML CI/CD tests code + data + model quality β€” triggered by code, data, or drift
  • Models break silently β€” drift detection is the early warning system
  • Vector databases power RAG β€” HNSW index, ANN search, LLM gateway patterns
Tier 5 Β· All Levels
Applied & Responsible AI
Real-world use cases, ethical practice, and where the field is headed β€” the human side of AI.
Domain 10 β€” Ethics & Safety
8 chapters Available All Levels

Bias, fairness, explainability, privacy, AI safety, alignment, governance, disinformation, societal impact, and long-term existential risk.

πŸ“‹ Domain 10 β€” What you'll learn
  • Fairness is a value judgement β€” multiple definitions exist and the impossibility theorem proves they cannot all hold simultaneously
  • LIME and SHAP explain individual predictions; model cards document per-subgroup performance
  • Differential privacy provides provable privacy guarantees β€” Ξ΅ controls the privacy-utility tradeoff
  • EU AI Act: risk pyramid from banned (social scoring) to minimal risk β€” world's first comprehensive AI law
  • Long-term AI risk is genuinely contested among serious experts β€” not a mainstream-vs-fringe debate