AI Roadmap
Large Language Models (LLMs)
Learning Path
Follow these concepts in order to master this topic.
1
Introduction to LLMs2
How Large Language Models work3
Tokens & Tokenization4
Embeddings5
Context Windows6
Pre-training7
Fine-training8
Instruction Tuning9
Parameter-Efficient Fine-Tuning (LoRA & QLoRA)10
Retrieval-Augmented Generation (RAG)11
Vector Databases12
Prompt Engineering13
System Prompts14
Function Calling15
Tool Use16
AI Agents17
Open-source LLMs (Llama, Mistral, Gemma, Qwen, DeepSeek)18
Commercial Models (GPT, Claude, Gemeni)19
Hallucinations & AI Safety20
Evaluating LLMs21
Building LLM ApplicationsDocumentation
Official documentation and references.
Video Courses
Recommended free video courses.
Practice Websites
Practice what you've learned.
Projects
Apply what you've learned by building real projects.
Build an AI Chatbot using an LLM API
BeginnerCreate a PDF Question-Answering Assistant with RAG
IntermediateDevelop a Multi-Agent AI Assistant with Tool Calling
Advanced