All Roadmaps / Deep Learning Specialist
Deep Learning Interactive Graph Curriculum

Deep Learning Specialist

A deep-dive curriculum covering neural network calculus, PyTorch computational graphs, Computer Vision (CNNs, YOLO), NLP, Transformer attention, and Generative AI / RAG architectures.

5 Phases
13 Topics
~216h Total Time
Study Progress: 0 of 13 completed 0h of ~216h 0%
/
Status:
Level:
🎯
Recommended Next Step Beginner

Intelligent Agents & Problem Formulation

Graph Legend:
Recommended
Optional
Beginner
Intermediate
Advanced
Done In Progress Use J/K or click cards to explore
Curriculum Start
01 Phase 01 0/3 completed

Phase 1: Neural Networks from Scratch & PyTorch

Mathematical intuition of biological and artificial neurons, backpropagation calculus, and the PyTorch autograd engine.

beginner Recommended • 10 days

Perceptrons, Multi-Layer Perceptrons & Activations

Linear combinations, forward propagation, non-linear activation functions (Sigmoid, Tanh, ReLU, Leaky ReLU, GELU, Swish), and universal approximation theorem.

intermediate Recommended • 2 weeks

Backpropagation Calculus & Computational Graphs

Reverse-mode automatic differentiation, computing loss gradients with respect to weights and biases, and implementing a micro-framework from scratch.

intermediate Recommended • 2 weeks

PyTorch Optimization & Regularization

Modern optimization algorithms (Adam, AdamW, RMSProp), learning rate schedules (Cosine Annealing, OneCycleLR), Weight Decay, and Dropout.

02 Phase 02 0/3 completed

Phase 2: Computer Vision & Spatial Feature Learning

Spatial convolution kernels, image classification, transfer learning backbones, and real-time object detection.

beginner Recommended • 10 days

Computer Vision Basics & OpenCV Processing

Digital image representation, color channels (RGB, BGR, HSV), spatial filtering (Sobel, Gaussian blur, Canny edge detection), affine transformations, and thresholding.

intermediate Recommended • 2 weeks

Convolutional Neural Networks (CNNs) & Residual Networks

2D Convolution layers, padding (valid vs same), stride, pooling (MaxPool, AvgPool), receptive fields, and residual skip connections (ResNet, ConvNeXt).

advanced Recommended • 2 weeks

Object Detection & Real-Time Models (YOLO)

Anchor boxes, non-maximum suppression (NMS), intersection over union (IoU), two-stage (Faster R-CNN) vs one-stage detectors (YOLOv8, YOLOv11), and feature pyramid networks.

03 Phase 03 0/2 completed

Phase 3: Natural Language Processing & Sequence Modeling

Text preprocessing, word vector embeddings, recurrent networks, and sequence-to-sequence pipelines.

beginner Recommended • 10 days

Text Preprocessing, Tokenization & Vector Space Models

Regex normalization, stop words, lemmatization, TF-IDF, Word2Vec (Skip-Gram & CBOW), GloVe embeddings, and cosine semantic similarity.

intermediate Recommended • 2 weeks

Recurrent Neural Networks (RNNs, LSTMs, GRUs)

Hidden state recurrent loops, handling variable-length sequential data, vanishing gradient challenges, Long Short-Term Memory (LSTM) gates, and bidirectional processing.

04 Phase 04 0/2 completed

Phase 4: Transformer Architecture & Large Language Models

Self-attention mechanics, multi-head attention, positional encoding, encoder-decoder models, and foundational LLM architectures.

advanced Recommended • 3 weeks

Self-Attention & The Transformer Architecture

Scaled dot-product attention, Query, Key, and Value projections, Multi-Head Attention, Rotary Positional Embeddings (RoPE), LayerNorm, and RMSNorm.

advanced Recommended • 2 weeks

Pretrained LLM Ecosystem & Fine-Tuning (LoRA, QLoRA)

HuggingFace Transformers, model hubs, Parameter-Efficient Fine-Tuning (PEFT), Low-Rank Adaptation (LoRA), 4-bit quantization (bitsandbytes), and SFT pipelines.

05 Phase 05 0/3 completed

Phase 5: Generative AI, RAG & Agentic Systems

Production Retrieval-Augmented Generation, vector embeddings, LangChain / LangFlow architectures, and multi-agent coordination.

intermediate Recommended • 2 weeks

Retrieval-Augmented Generation (RAG) Architecture

Chunking strategies (recursive, semantic), vector embeddings, HNSW indexing, vector databases (Chroma, Pinecone, Qdrant), hybrid search, and re-ranking.

advanced Recommended • 2 weeks

Agentic AI & Autonomous Tool Calling (LangFlow & n8n)

ReAct reasoning loop (Reasoning + Acting), structured tool calling, multi-agent orchestration with LangGraph / n8n, memory persistence, and human-in-the-loop workflows.

advanced Optional • 2 weeks

Reinforcement Learning & Deep RL (PPO, Q-Learning)

Markov Decision Processes (MDP), value functions, Bellman equation, Deep Q-Networks (DQN), Policy Gradients, and Proximal Policy Optimization (PPO) used in RLHF.

Beginner 45 min

Topic Title

Status:

What You Need to Know

Topic explanation description goes here.

Progress exported & copied to clipboard!