Right to Information Wiki

I Want to Start Learning AI: Complete Roadmap (2026)

India's working reference for the RTI Act, 2005 — current, sourced, and free.

I Want to Start Learning AI: Complete Roadmap (2026)

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)

Week 1: Master AI tools

  • 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

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.

Week 4: Build a no-code AI tool

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):

  • Intro to Machine Learning.
  • Pandas.
  • Data Visualization.

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.

Week 9-10: AI Agents + Tools

  • 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.

Hands-on platforms

  • 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).

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