I Want to Start Learning AI: Complete Roadmap (2026)
Quick Reply: How to start learning AI in 2026 — complete roadmap from beginner to job-ready: free courses, books, tools, projects. For both coders and non-coders.
AI is the single most valuable skill of this decade. But the field is huge — machine learning, deep learning, prompt engineering, AI ethics, agents, MLOps. Where do you actually start? This guide gives you a 12-week roadmap from “I know nothing” to “I can build useful AI tools” — with free resources, real projects, and an honest path to a paying job.
Quick Answer
No coding background? Start with prompt engineering + using AI tools well — high value, no-code path. 4-6 weeks.
Some coding (Python basics)? Start with practical machine learning via Kaggle + fast.ai. 12 weeks to first project.
Engineer / CS graduate? Skip basics. Go straight to deep learning (PyTorch/TensorFlow) + LLM applications. 16 weeks.
Free essentials: Kaggle Learn, fast.ai, Hugging Face NLP, Andrew Ng's Coursera (audit free), DeepLearning.AI Short Courses.
Daily commitment: 1 hour for casual learners, 3-4 hours for career switchers.
First project ASAP: theory without project = forgotten in 30 days.
Pick Your Track
Track A: AI User (No-code) — 4-6 weeks
Best for: Marketers, students, business owners, content creators.
Track B: AI Builder (Code) — 12-16 weeks
Best for: Developers, data analysts, fresh CS grads.
Track C: AI Specialist — 6-12 months
Best for: ML engineers, researchers, advanced builders.
This guide covers A and B in depth, with a glance at C.
Track A: AI User (No-Code)
Sign up to ChatGPT, Claude, Gemini, Bing/Copilot — all free.
-
Daily exercise: ask ChatGPT 10 questions across different domains. Note which prompts work, which don't.
Week 2: Prompt engineering fundamentals
-
Concept: R-T-C-F formula (Role, Task, Context, Format).
-
Practice: write 30 prompts across different tasks (writing, coding, research, summarisation).
Week 3: AI for productivity
Notion AI / Mem AI — note-taking with AI assist.
Otter.ai — meeting transcription.
Perplexity AI — research with citations.
Bhashini — Indian language translation.
Daily: replace 1 manual workflow with AI.
Pick ONE:
Custom GPT — make a “GST
FAQ chatbot for Indian businesses” using ChatGPT custom GPT (free).
Bolt.new / v0 — describe in plain English → get a working app.
Make.com / Zapier with AI: automate emails / docs with AI.
Notebook LM (Google) — paste 10 PDFs → ask questions across them.
Outcome: end of month 1 — you're using AI to save 5+ hours per week + you've built something.
Weeks 5-6: Specialise
Pick a sub-area:
Marketing AI — copywriting (Jasper, Copy.ai), image (Ideogram, DALL-E).
Coding without coding — Cursor, Replit AI, Bolt.
Research / academic — Elicit, Consensus, Scite.
Hindi / regional language — Sarvam AI, Bhashini, Whisper.
Career outcome (Track A)
Hiring titles: AI Content Strategist, AI-Augmented Marketer, Prompt Engineer (some).
Salary range: ₹6-15 lakh CTC (with 1-3 yrs work experience), more for product specialists.
Skill stack: ChatGPT/Claude mastery + 1-2 specialised tools + portfolio of 5+ AI-built projects.
Track B: AI Builder (Code) — 12 Weeks
Pre-requisite: Python basics
If you don't know Python:
freeCodeCamp Python: youtube.com/freeCodeCamp (4-hour intro video — enough).
Programming with Mosh Python: also free, short.
1 week to comfortable Python.
Week 1-2: Math you actually need
You don't need a PhD. You need:
Linear algebra basics (vectors, matrices, dot product) — Khan Academy, free.
Statistics basics (mean, variance, normal distribution) — Khan Academy.
Calculus intuition (derivatives = slope) — 3Blue1Brown YouTube series “Essence of Calculus” (12 vids, free).
Total: 30-40 hours. Don't get stuck here — return when needed.
Week 3-4: Core machine learning
Course: Andrew Ng's “Machine Learning Specialization” on Coursera (audit free).
Concepts to internalise:
Supervised vs unsupervised learning.
Linear regression, logistic regression.
Decision trees + random forests.
Train / validation / test split.
Loss function, gradient descent.
Overfitting + regularisation.
Hands-on: Kaggle Learn micro-courses (free, all under 4 hours):
Week 5-6: Deep learning
Free course: fast.ai “Practical Deep Learning for Coders” (https://course.fast.ai) — practical, top-down.
Alternative: DeepLearning.AI's “Deep Learning Specialization” (Coursera, audit free).
Build:
Image classifier (cats vs dogs, then your own categories).
Sentiment analyser for text.
Simple recommendation system.
Tools:
PyTorch — most popular today (Meta-backed).
TensorFlow / Keras — Google-backed.
Jupyter / Colab — write code in browser, free GPU on Colab.
Week 7-8: Large Language Models (LLMs)
This is where AI is HOT in 2026.
Free course: Hugging Face NLP Course (https://huggingface.co/learn/nlp-course).
Concepts:
Transformers architecture (attention).
Tokenisation.
Pre-training vs fine-tuning.
RAG (Retrieval-Augmented Generation) — make LLMs answer from YOUR data.
Vector databases (Pinecone, Chroma).
Build: A RAG chatbot that answers from a PDF you upload. ~80 lines of Python.
LangChain / LlamaIndex — frameworks to build AI applications.
OpenAI Function Calling — give LLM tools (search web, run code, call APIs).
Agents — LLMs that decide and execute multi-step plans.
Build: An agent that browses 5 websites and writes a comparison report.
Week 11-12: MLOps + Deployment
Deploy your model to: Hugging Face Spaces (free), Streamlit Cloud (free), Replicate (free tier).
Learn:
Docker basics,
API design (FastAPI),
versioning (Weights & Biases / MLflow).
Read: “Designing Machine Learning Systems” by Chip Huyen.
Career outcome (Track B)
Hiring titles: Junior ML Engineer, AI Application Developer, NLP Engineer.
Salary range: ₹8-25 lakh CTC freshers, ₹15-50 lakh with 2-3 years.
Portfolio needed: 3-5 GitHub projects (image classifier, RAG chatbot, AI agent).
Bonus: Kaggle competitions silver/gold > most certificates for hiring.
Track C: AI Specialist (Glance)
For those targeting research / cutting-edge:
PhD-level math: linear algebra, multivariate calculus, probability theory.
Papers: read 2 papers/week from NeurIPS, ICML,
ACL.
Areas: pre-training, fine-tuning, RLHF, mechanistic interpretability, AI safety.
Tools: PyTorch deep, CUDA basics, distributed training.
Time: 12+ months with deep work.
Outcomes: Research Scientist, Senior ML Engineer, AI Lab roles. ₹40 lakh-₹2 crore CTC at top companies (Google DeepMind, Anthropic, OpenAI, Microsoft Research India).
Free Resources Master List
Foundational
Khan Academy — math + statistics.
3Blue1Brown YouTube — visual math intuition.
freeCodeCamp — Python + ML basics.
Codecademy — Python free path.
ML / Deep Learning
Coursera — Andrew Ng courses (audit free).
fast.ai — top-down deep learning course.
DeepLearning.AI Short Courses — 1-hour focused tutorials.
Kaggle Learn — micro-courses + competitions.
LLMs / Modern AI
Hugging Face NLP Course — comprehensive + practical.
OpenAI Cookbook — code examples.
Anthropic Documentation — best-in-class for prompting.
LangChain Documentation — agentic frameworks.
India-specific
AI4Bharat — open-source Indian language AI (research papers + datasets).
Sarvam AI — Indian-language LLM tutorials.
Bhashini — government's translation platform (free APIs).
NPTEL “Introduction to Machine Learning” — IIT-Madras, free, certificate ₹1,000.
Newsletters / Blogs
The Batch by Andrew Ng — weekly digest.
Import AI by Jack Clark — weekly news.
The Gradient — research.
Sebastian Raschka's blog — practical tutorials.
Lex Fridman podcast — long-form interviews.
Google Colab — free GPU.
Kaggle — datasets + free GPU + competitions.
Hugging Face Spaces — deploy free.
Replit — code + collaborate online.
Books (free or affordable)
“Hands-On Machine Learning with Scikit-Learn, Keras & TensorFlow” by Aurélien Géron — 90% pirated PDFs but legit ₹2,500. Best ML book.
“Deep Learning” by Goodfellow, Bengio, Courville — free at deeplearningbook.org.
“Designing Machine Learning Systems” by Chip Huyen — production-grade.
“Mathematics for Machine Learning” by Deisenroth — free PDF at mml-book.com.
Common Mistakes
Endless tutorial-watching — without project, knowledge fades. Build from week 1.
Buying expensive courses — free is better for 95% of learners.
Skipping math basics — bites you later. 30-40 hours upfront saves 100s later.
Chasing latest model — fundamentals don't change. GPT-5, Claude 4 — same underlying transformer.
No portfolio on GitHub — hiring is portfolio-driven, not certificate-driven.
Solo grinding — find a study group. Reddit r/MachineLearning, Hugging Face Discord, local meetups.
Ignoring AI safety / ethics — increasingly hiring criterion.
Burning out — 1 hour daily for 6 months > 8 hours daily for 1 month.
AI Career Paths in India 2026
| Role | Salary range | Skills needed |
| Prompt Engineer | ₹6-25 lakh | Track A + 1-2 specialised tools |
| AI Content Strategist | ₹6-15 lakh | Track A + marketing |
| Junior ML Engineer | ₹8-20 lakh | Track B complete |
| ML Engineer (2-3 yrs) | ₹15-40 lakh | Track B + 2 production deployments |
| NLP Engineer | ₹15-45 lakh | Track B + LLMs deep |
| ML Research Engineer | ₹25-80 lakh | Track C + research papers |
| AI Product Manager | ₹15-50 lakh | Track A + product/MBA |
| AI Solutions Architect | ₹20-60 lakh | Track B + cloud (AWS/Azure) |
Top hiring companies India: Microsoft, Google, Amazon, Meta India, Adobe, Infosys, TCS (AI division), startups (Krutrim, Sarvam, Yellow.ai).
If this complaint isn't resolved through the regular complaint route, you can file an RTI to force the public authority to either act or explain in writing why they haven't. The fee is ₹10 (free if you're BPL).
FAQs
Do I need a degree to get an AI job?
Helpful but not mandatory. Strong portfolio + Kaggle competitions > generic certificate. Top companies care about what you can build.
Can I learn AI in Hindi?
Yes — major Hindi YouTube channels: Krish Naik (Hindi+English), CodeBasics, The AI Bug. Hugging Face has community resources in 10+ Indian languages.
Best degree for AI career?
B.Tech CS / IT + master's (M.Tech / MS) ideal but not required. Pure math + statistics also strong. Many top engineers come from physics, electronics, mechanical.
How long until I get a job?
Track A — 3-6 months. Track B — 9-18 months (depending on prior coding experience). Most people overestimate by 30%.
Free GPU for projects?
Google Colab (free + paid Pro), Kaggle Notebooks (free 30 hrs/week T4 GPU), Hugging Face Spaces (free CPU), Lambda Labs (paid but cheap).
Should I start with PyTorch or TensorFlow?
PyTorch in 2026 — 80%+ industry + research. TensorFlow for legacy code or Google Cloud-heavy environments.
Will AI take my job?
AI augments most jobs, replaces some. Routine, repetitive, language-heavy jobs are most at risk. Learning AI itself is the best hedge.
Hardware needed?
Beginner: any laptop. Intermediate: Nvidia GPU helpful (RTX 3060+). Advanced: cloud (AWS/Colab Pro).
Best YouTube channels?
Andrej Karpathy (best world-class teacher), Two Minute Papers (research news), Krish Naik (Hindi+English), 3Blue1Brown (math intuition), Yannic Kilcher (papers).
When to specialise?
After 3-6 months of broad exposure. By month 6, you'll know what excites you (NLP / vision / recommendation systems / agents).
12-Week Schedule (Track B Detailed)
| Week | Focus | Output |
| 1-2 | Python + math basics | Solve 50 LeetCode easy problems |
| 3-4 | Core ML | Built 2 ML projects (titanic, house prices) |
| 5-6 | Deep learning intro | Image classifier on Hugging Face |
| 7-8 | LLMs intro | RAG chatbot from a PDF |
| 9-10 | Agents + frameworks | Multi-step AI agent |
| 11-12 | Deployment + portfolio | 3-5 projects on GitHub + Hugging Face |
Quick Checklist
[ ] Picked your track (A or B)
[ ] Time commitment honestly assessed (1 hour or 3-4 hour daily)
[ ] Free tools signed up: ChatGPT, Claude, Bing, Colab
[ ] First learning resource started (Kaggle Learn / fast.ai)
[ ] First project planned (start in week 2, not week 12)
[ ] GitHub account + 3 projects committed by month 3
[ ] Newsletter signup: The Batch + Import AI
[ ] LinkedIn updated with “Learning AI” + posts of progress
Sources
Start learning AI in India — complete guide on free courses, platforms, and career path:
Step 1: What is AI and why learn it in 2026? (a) Artificial Intelligence (AI) — is the simulation — of human intelligence — by machines — including — machine learning — deep learning — natural language processing — and computer vision, (b) the demand: (i) India — has over — 100,000 — AI — job — openings — in 2026, (ii) the average — AI — salary — in India — is Rs 8-25 LPA — for freshers — and Rs 40-80 LPA — for experienced, © the government — initiatives: (i) the National AI Mission — (IndiaAI), (ii) the AI — Centers of Excellence — (in education — and research), (iii) the FutureSkills — Prime — program — by MeitY — and NASSCOM.
Step 2: Platform comparison table — free AI courses. (a) NPTEL/Swayam: (i) the courses: AI — ML — Deep Learning — by IIT — professors, (ii) the cost: free — (certification Rs 1,000), (iii) the level: beginner — to advanced, (iv) the language: English, (v) the certification: IIT/NPTEL, (b) Google — Learn — AI: (i) the courses: ML Crash Course — TensorFlow — etc., (ii) the cost: free, (iii) the level: beginner — to intermediate, (iv) the language: English, (v) the certification: Google, © Coursera: (i) the courses: AI For Everyone — Deep Learning Specialization — by Andrew Ng, (ii) the cost: free — to audit — (certification paid), (iii) the level: beginner — to advanced, (iv) the language: English, (v) the certification: Coursera/University, (d) FutureSkills Prime: (i) the courses: AI — ML — Big Data — by MeitY — and NASSCOM, (ii) the cost: free — (certification Rs 500-2,000), (iii) the level: beginner — to advanced, (iv) the language: English — and Hindi, (v) the certification: MeitY/NASSCOM, (e) edX: (i) the courses: AI — by MIT — Harvard — IIT Bombay, (ii) the cost: free — to audit, (iii) the level: intermediate — to advanced, (iv) the language: English, (v) the certification: edX/University, (f) Kaggle Learn: (i) the courses: Python — ML — Deep Learning — NLP, (ii) the cost: free, (iii) the level: beginner — to intermediate, (iv) the language: English, (v) the certification: Kaggle.
Step 3: Learning path for beginners. (a) Step 1: Learn — Python — (1-2 months) — from NPTEL — or Kaggle, (b) Step 2: Learn — Mathematics — (linear algebra — statistics — calculus) — from Khan Academy — or NPTEL, © Step 3: Learn — Machine Learning — (2-3 months) — from Andrew Ng — or NPTEL, (d) Step 4: Learn — Deep Learning — (2-3 months) — from TensorFlow — or PyTorch — tutorials, (e) Step 5: Build — projects — (3-6 months) — on Kaggle — or GitHub, (f) Step 6: Apply — for internships — and jobs — on LinkedIn — and Naukri.
Step 4: Government AI initiatives and courses. (a) IndiaAI Mission: (i) the budget: Rs 10,372 crore — approved — in 2024, (ii) the components: (a) compute — infrastructure, (b) innovation — center, © dataset — platform, (d) skill — development, (e) startup — financing, (b) FutureSkills Prime: (i) the free — courses — on AI — ML — Big Data — IoT — Cybersecurity, (ii) the certification — by MeitY — and NASSCOM, (iii) the website: futureskills Prime — at meity.gov.in, © AI Centers of Excellence: (i) in education — at IIT — and IISc, (ii) in research — at top — institutions.
Step 5: How to file RTI for AI education schemes. (a) the MeitY — and the Ministry of Education — are public authorities — under the RTI Act, (b) the RTI application — can ask: (i) “Provide the details — of the IndiaAI — Mission — including: (a) the budget — allocated, (b) the budget — utilised, © the courses — launched, (d) the beneficiaries — trained, (e) the partnerships — with the institutions”, (ii) “Provide the details — of the FutureSkills — Prime — program — including: (a) the courses — available, (b) the enrolled — students, © the certified — students, (d) the placement — rate, (e) the feedback — from the students”, © the application fee — is Rs 10.
Step 6: Career paths in AI. (a) ML Engineer: (i) the skills: Python — TensorFlow — PyTorch — ML — algorithms, (ii) the salary: Rs 8-25 LPA, (b) Data Scientist: (i) the skills: Python — R — statistics — ML — SQL, (ii) the salary: Rs 10-30 LPA, © AI Researcher: (i) the skills: deep learning — NLP — CV — research — publications, (ii) the salary: Rs 15-50 LPA, (d) AI Consultant: (i) the skills: AI — strategy — business — domain — project management, (ii) the salary: Rs 20-60 LPA.
Step 7: Practical tips. (a) start — with Python — and the basic — mathematics, (b) use — the free — courses — from NPTEL — and Google — before — the paid — courses, © build — the projects — on Kaggle — and GitHub — for the portfolio, (d) apply — for the IndiaAI — and FutureSkills — Prime — programs, (e) file RTI — with the MeitY — for the IndiaAI — Mission — details, (f) Example: A student — completed — the NPTEL — ML — course — and the Andrew Ng — Deep Learning — specialization — and built — 3 projects — on Kaggle — and applied — for the ML — Engineer — role — and got — the job — with Rs 12 LPA — within 6 months.
See Start Learning AI and PMKVY Skill India.