The Neural Mastery Roadmap
One path through everything on this site, from zero to job-ready. Each section links to its own detailed roadmap — this page is the map of the map.
Have a specific goal already (ML Engineer, LLM/GenAI Engineer, AI Research Engineer, AI Systems/Infra Engineer)? See Suggested Paths for a shorter, goal-specific route through the same sections instead.
Beginner Track — Foundations
- CS Fundamentals for AI Engineers — operating systems, concurrency, networking, distributed systems, Linux/Git, software engineering practice
- Python Engineering for AI — OOP & functional Python, decorators & generators, async/concurrency, memory management, packaging, testing, tooling
- Mathematics for AI — linear algebra, calculus, probability, algorithms & data structures
- Machine Learning — classical algorithms, evaluation, the ML workflow
Intermediate Track — Deep Learning & Modern AI
- Deep Learning — neural networks, CNNs, sequence models, attention & Transformers
- Computer Vision — image fundamentals, the vision task taxonomy, modern/multimodal vision
- NLP — classical NLP, word embeddings, the task taxonomy underneath modern LLMs
- Speech & Audio AI — signal processing, spectrograms/MFCCs, ASR, TTS, speaker recognition, diarization
- LLMs & GenAI — foundation models, training pipelines, prompt engineering, RAG, evaluation
- Databases — relational, vector (ChromaDB & friends), graph (Neo4j) — needed in parallel with RAG
Advanced Track — Systems & Agents
- Agents — agent architectures, MCP, A2A, multi-agent systems
- AI Evaluation — benchmark design, golden datasets, LLM-as-judge, agent evaluation, human & adversarial evaluation
- ML System Design — the 9-step framework, recommendation/search/GenAI system case studies
- MLOps — data/experiment versioning, pipelines, containers, Kubernetes, CI/CD, monitoring, LLMOps & RAGOps
- Frameworks — PyTorch, LangChain, MCP SDKs, serving & LLMOps tooling
Specialization Track — Safety, Theory & Domains
- AI Security — the OWASP LLM Top 10, prompt injection, model extraction, data poisoning, supply-chain attacks
- AI Safety & Alignment — RLHF/Constitutional AI, reward hacking, specification gaming, scalable oversight
- Interpretability — SHAP/LIME, saliency/attention analysis, probing, sparse autoencoders, mechanistic interpretability
- Reinforcement Learning — MDPs, Bellman equations, Q-learning, policy gradients, PPO/SAC/TD3
- Graph ML — GNNs, graph embeddings, knowledge graphs, Graph RAG
- AI for Science — drug discovery, protein structure prediction, genomics, materials science
- Domain AI Applications — healthcare AI in depth, plus finance, semiconductor, cybersecurity, robotics, manufacturing
Build Track
- Research Engineering — how to read AI papers, and the paper timeline connecting this site's architectures historically
- Build From Scratch — implement autodiff, attention, a GPT, a vector database, RAG, an agent, yourself
- Projects — a six-level project ladder from a tiny afternoon build to a frontier capstone
Job-Ready Track
- Interview Prep — DSA, ML coding, knowledge Q&A, system design, behavioral
How to use this roadmap
- Each section's roadmap is a checklist — work through it top to bottom, and don't skip the "Common Problems & SOTA Solutions" parts. Interviews (and real jobs) test whether you know why a technique exists, not just its name.
- The math and ML foundations aren't optional even if you only care about LLMs/agents — attention is linear algebra, RLHF is optimization, and evaluation is statistics.
- Revisit Interview Prep continuously, not just at the end — it's the fastest way to find your weak spots early.
Want more practice?
See Open Source AI Resources for a running list of external practice sites and interview-prep resources.