AI Engineer Roadmap 2026 — learn AI completely free.
No paid courses. Only curated 100% FREE videos and official docs to help you become a job-ready AI Engineer step-by-step.
AI Engineering brings together:
math → programming → data → ML → deep learning → MLOps → specialization → ethics
- Phase 1: Foundations
- Phase 2: Data Handling
- Phase 3: Machine Learning
- Phase 4: Deep Learning
- Phase 5: Frameworks & Libraries
- Phase 6: MLOps & Deployment
- Phase 7: Specializations
- Phase 8: AI Ethics
Everything in AI sits on math + Python + problem solving.
Start with vectors and matrices. These power neural networks and embeddings.
Video Resources
| Course |
|---|
![]() |
Docs & Reading
- https://www.infosysbpm.com/offerings/business-transformation-services/insights/documents/linear-algebra-in-ai.pdf
- https://mml-book.github.io/book/mml-book.pdf
- https://course.ccs.neu.edu/ds4420sp20/readings/mml-book.pdf
Focus on derivatives + gradients. They explain how models learn.
Video Resources
| Calculus Playlist |
|---|
![]() |
Docs
- https://mml-book.github.io/book/mml-book.pdf
- https://d3bxy9euw4e147.cloudfront.net/oscms-prodcms/media/documents/CalculusVolume1-OP.pdf
- https://ocw.mit.edu/courses/res-18-001-calculus-fall-2023/pages/textbook/
Understand uncertainty, distributions, averages, variance, inference.
Video Resources
| Course 1 | Course 2 |
|---|---|
![]() |
![]() |
Docs
- https://www.probabilitycourse.com/
- https://korivernon.com/documents/MathematicalStatisticsandDataAnalysis3ed.pdf
Learn syntax, loops, lists, functions — before AI libraries.
Video Resources
| Python Crash Course | Python Full Course |
|---|---|
![]() |
![]() |
Docs
Efficient code = faster AI pipelines.
Video Resources
| Full Course |
|---|
![]() |
Track experiments, collaborate safely, revert mistakes.
Video Resources
| Git Course | GitHub |
|---|---|
![]() |
![]() |
🎯 Prefer an interactive structured roadmap?
👉 AI Engineer Roadmap with Free Resources
AI depends on clean, structured, understandable data.
Work with arrays — faster than loops.
Video Resources
| Playlist | Guide |
|---|---|
![]() |
![]() |
Clean data, handle missing values, merge datasets.
Video Resources
| Pandas |
|---|
![]() |
Use graphs to see trends and problems.
Video
| Visualization |
|---|
![]() |
Query databases to feed AI models.
Videos
| SQL Course | 1-Month Guide |
|---|---|
![]() |
![]() |
Build models that learn from data and make predictions.
Learn what ML really means — datasets, features, labels, training, testing, and avoiding overfitting.
Video Resources
| Beginner Course | Stanford CS229 |
|---|---|
![]() |
![]() |
Docs & Reading
- https://github.com/dair-ai/Mathematics-for-ML
- https://www.jonkrohn.com/resources
- https://www.reddit.com/r/learnmachinelearning/comments/adwft2/all_the_math_you_might_need_for_machine_learning/
Train models when you already know the answers (labels) — like house prices, spam vs not spam, sentiment, etc.
Video Resources
| Full Course | Lecture |
|---|---|
![]() |
![]() |
Docs
- https://www.statlearning.com/
- https://www.microsoft.com/en-us/research/uploads/prod/2006/01/Bishop-Pattern-Recognition-and-Machine-Learning-2006.pdf
Discover hidden groups and structures — clustering, dimensionality reduction, anomaly detection.
Video
| Unsupervised |
|---|
![]() |
Docs
- http://karpathy.github.io/2015/05/21/rnn-effectiveness/
- https://arxiv.org/abs/1810.03737
- https://towardsdatascience.com/clustering-algorithms-explained-7d5b6f4f0c0a
Learn which metric to trust — accuracy is NOT always enough.
Video Resources
| Evaluation Course | Beginner Tutorial |
|---|---|
![]() |
![]() |
Docs
- https://neptune.ai/blog/ml-model-evaluation-and-selection
- https://pmc.ncbi.nlm.nih.gov/articles/PMC11420621/
Teach machines to learn complex representations.
Understand layers, activations, forward pass, and backpropagation.
Videos
| MIT | Playlist |
|---|---|
![]() |
![]() |
Docs
Build and train simple neural networks from scratch.
Videos
| Zero to Hero | Full Course |
|---|---|
![]() |
![]() |
Docs
Best for images, vision tasks, and pattern recognition.
Videos
| Beginners | MIT |
|---|---|
![]() |
![]() |
Docs
Handle sequences — speech, text, time series.
Videos
| MIT | Explained |
|---|---|
![]() |
![]() |
Improve RNNs to remember long-term patterns.
Videos
| LSTM Course | Deep Dive |
|---|---|
![]() |
![]() |
The architecture behind GPT, BERT, Llama, and modern AI.
Videos
| Karpathy | Transformers Playlist |
|---|---|
![]() |
![]() |
Turn theory into real projects.
Fast prototyping for classical ML.
Videos
| Crash Course | Full Course |
|---|---|
![]() |
![]() |
Great for production-ready deep learning.
Videos
| TensorFlow Course | TensorFlow + PyTorch |
|---|---|
![]() |
![]() |
Flexible and popular for research + experiments.
Videos
| Crash Course | Full Course |
|---|---|
![]() |
![]() |
Beginner-friendly deep learning wrapper over TensorFlow.
Videos
| Full Course | Playlist |
|---|---|
![]() |
![]() |
Use and fine-tune powerful pre-trained AI models.
Videos
| Hugging Face Course | Learn in 1 Hour |
|---|---|
![]() |
![]() |
Ship AI into real-world production systems.
Package models so they run the same everywhere.
Videos
| AI + Docker | ML Docker |
|---|---|
![]() |
![]() |
Scale AI apps across multiple machines.
Videos
| Getting Started | Kubernetes Course |
|---|---|
![]() |
![]() |
Track experiments, versions, and models.
Videos
| Intro | Full Overview |
|---|---|
![]() |
![]() |
Automate testing and deployment of ML pipelines.
Videos
| Talk | GitHub Actions |
|---|---|
![]() |
![]() |
Deploy models at scale on cloud platforms.
Videos
| MLOps Full Course | Cloud MLOps |
|---|---|
![]() |
![]() |
Choose your path once foundations are solid.
Teach machines to understand and generate language.
Videos
| Full Course | Playlist |
|---|---|
![]() |
![]() |
AI that sees and understands images and video.
Videos
| Intro | Advanced |
|---|---|
![]() |
![]() |
Train AI agents using rewards and penalties.
Videos
| Full Course | MIT |
|---|---|
![]() |
![]() |
Create new text, images, and content using AI.
Videos
| Full Course | Developer Course |
|---|---|
![]() |
![]() |
Build AI systems responsibly.
Understand fairness, privacy, transparency and bias.
Videos
| Full Course | Short Overview |
|---|---|
![]() |
![]() |
Have an amazing free AI resource?
- Fork this repo
- Add your resource
- Open a Pull Request
If this roadmap helped — please ⭐ star the repo.
- Interactive AI Engineer Roadmap: AI Engineer Roadmap
- AI Tutor Lyra: https://codersnote.com/ai-tutor





























































