Kader Mohideen
  • About
  • Blog
  • Projects
  • Lupus
  • Extra
    • AI Interview Prep
    • ML Simplified
    • Library
    • Kader Library
    • ML Guide
    • Quest for AGI
    • AI Papers

AI Interview Prep

A visual study path for AI/ML interviews — 68 animated diagrams across 8 layers, from the fundamentals to LLMs, systems, and security.

A complete visual curriculum for AI/ML interviews — 68 animated diagrams across 8 layers. Start at the top with the fundamentals, work down through the algorithms and architectures, and tap any tile to open it full-size. Each one is a single detailed picture you can study the night before.

1 · Foundations 2 · Supervised Learning 3 · Unsupervised Learning 4 · Deep Learning 5 · Transformers & LLMs 6 · RAG, Agents & Generative 7 · ML Systems & System Design 8 · AI Security & Governance

1 · Foundations

The core ideas every ML interview opens with.

The Machine Learning Landscape
The Machine Learning LandscapeSupervised, unsupervised, RL — and which to use.
The ML Project Lifecycle
The ML Project LifecycleFrom problem framing to a production loop.
Bias–Variance Tradeoff
Bias–Variance TradeoffUnderfitting, overfitting, and the sweet spot.
Train / Validation / Test & CV
Train / Validation / Test & CVSplit data so your scores stay honest.
Gradient Descent
Gradient DescentHow models actually learn — stepping downhill.
Loss Functions
Loss FunctionsWhat you minimize: MSE, MAE, cross-entropy.
Classification Metrics
Classification MetricsConfusion matrix, precision, recall, F1, ROC-AUC.
Regularization
RegularizationL1, L2, dropout — fighting overfitting.

2 · Supervised Learning

The classic algorithms you must be able to explain.

Linear Regression
Linear RegressionPredict a number with the best-fit line.
Logistic Regression
Logistic RegressionPredict a probability with the sigmoid.
Decision Trees
Decision TreesIf/else splits chosen by information gain.
Random Forests & Bagging
Random Forests & BaggingMany trees vote — variance down.
Gradient Boosting (XGBoost)
Gradient Boosting (XGBoost)Sequential trees that fix prior errors.
Support Vector Machines
Support Vector MachinesThe widest-margin separating boundary.
KNN & Naive Bayes
KNN & Naive BayesTwo simple, strong baselines.

3 · Unsupervised Learning

Finding structure when there are no labels.

K-Means Clustering
K-Means ClusteringGroup unlabeled data into k clusters.
PCA / Dimensionality Reduction
PCA / Dimensionality ReductionSqueeze features, keep the variance.

4 · Deep Learning

From a single neuron to the transformer block.

The Neuron & Perceptron
The Neuron & PerceptronThe building block of every neural net.
Backpropagation
BackpropagationHow gradients flow back to every weight.
Activation Functions
Activation FunctionsWhy nonlinearity gives nets their power.
Convolutional Neural Networks
Convolutional Neural NetworksFilters that learn a feature hierarchy.
RNNs & LSTMs
RNNs & LSTMsMemory across a sequence.
The Transformer Block
The Transformer BlockThe architecture behind every LLM.
How Attention Works
How Attention WorksQ, K, V — the heart of the transformer.

5 · Transformers & LLMs

How modern language models are built and trained.

How Tokenization Works
How Tokenization WorksText becomes numbers (BPE).
Embeddings & Vector Search
Embeddings & Vector SearchMeaning as vectors you can search.
What Happens When You Ask ChatGPT
What Happens When You Ask ChatGPTA prompt's full round trip.
LLM Inference & Serving
LLM Inference & ServingHow a token actually gets generated.
Mixture-of-Experts (MoE)
Mixture-of-Experts (MoE)Scale params, not compute.
LLM Fine-tuning Pipeline
LLM Fine-tuning PipelineAdapting a base model to your task.
How RLHF Aligns a Model
How RLHF Aligns a ModelTeaching a model what we prefer.
RAG vs Fine-tune vs Prompt
RAG vs Fine-tune vs PromptWhich adaptation strategy to pick.

6 · RAG, Agents & Generative

Retrieval, tool-use, agents, and image generation.

Agentic RAG Platform
Agentic RAG PlatformPlan, search, call tools, ground the answer.
Knowledge Graph / GraphRAG
Knowledge Graph / GraphRAGRetrieval that understands relationships.
MCP & Tool-Calling
MCP & Tool-CallingHow agents reach tools and data.
Multi-Agent Orchestration
Multi-Agent OrchestrationA supervisor routes specialist agents.
How an AI Agent Thinks (ReAct)
How an AI Agent Thinks (ReAct)Reason, act, observe, repeat.
AI Agent Memory
AI Agent MemoryHow an agent remembers.
How Diffusion Models Create Images
How Diffusion Models Create ImagesFrom noise to an image.
Voice AI Pipeline
Voice AI PipelineSpeech → LLM → speech, in under a second.

7 · ML Systems & System Design

The infra and design-interview questions.

Modern Data Platform
Modern Data PlatformIngest → lake → transform → govern → serve.
Lakehouse Architecture
Lakehouse ArchitectureWarehouse + lake, unified.
Streaming Data Platform
Streaming Data PlatformData in motion, not at rest.
Feature Store
Feature StoreOne source of truth for features.
Realtime ML / Fraud Detection
Realtime ML / Fraud DetectionStream → features → score in ms.
Recommendation System
Recommendation SystemHow the feed gets picked.
AI Gateway / LLM Router
AI Gateway / LLM RouterOne front door for every model.
MLOps CI/CD
MLOps CI/CDPush → eval gates → canary → promote.
AI Evals & Observability
AI Evals & ObservabilityLog, score, trace the why, catch drift.
Experimentation / A-B Testing
Experimentation / A-B TestingDid the change actually help?
Model Compression & Distillation
Model Compression & DistillationBig model into small & fast.
GPU Supercluster Anatomy
GPU Supercluster AnatomyWhere models are trained.
Inside a Frontier Training Run
Inside a Frontier Training RunPretrain → eval → post-train → release.

8 · AI Security & Governance

Securing AI systems — the bonus track that sets you apart.

Securing the LLM App Stack
Securing the LLM App StackOWASP Top 10 for LLMs, every layer.
Prompt Injection Defense
Prompt Injection DefenseStopping the #1 LLM attack.
LLM Data Privacy & PII
LLM Data Privacy & PIIKeep secrets out of the model.
Confidential AI
Confidential AIInference nobody can peek into.
AI/ML Supply Chain Security
AI/ML Supply Chain SecurityTrust what you didn't train.
Zero Trust for AI Agents
Zero Trust for AI AgentsIdentity, policy, least privilege.
AI Security Posture (AI-SPM)
AI Security Posture (AI-SPM)Secure your whole AI estate.
Shadow AI / DLP
Shadow AI / DLPDiscover AI tools, redact secrets.
AI Email Security
AI Email SecurityStopping phishing with AI.
Adversarial ML Defense
Adversarial ML DefenseAttacks on the model itself.
Deepfake Detection
Deepfake DetectionIs this real?
AI-Powered Threat Intel
AI-Powered Threat IntelFrom noise to named threats.
AI Red Teaming Platform
AI Red Teaming PlatformBreak models before attackers do.
AI-Powered SOC
AI-Powered SOCML triage mapped to MITRE ATT&CK.
AI Governance & Compliance
AI Governance & ComplianceShip AI you can defend.

Follow along on LinkedIn.

 

© Kader Mohideen