no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | start-learning-ai-india [2026/05/03 02:17] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{htmlmetatags> | ||
| + | metatag-description=(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. India-friendly resources.)}} | ||
| + | |||
| + | ====== 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, | ||
| + | |||
| + | ===== Quick Answer ===== | ||
| + | |||
| + | * **No coding background? | ||
| + | * **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/ | ||
| + | * **Free essentials**: | ||
| + | * **Daily commitment**: | ||
| + | * **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, | ||
| + | |||
| + | 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/ | ||
| + | * Read: [[: | ||
| + | * Daily exercise: ask ChatGPT 10 questions across different domains. Note which prompts work, which don't. | ||
| + | |||
| + | ==== Week 2: Prompt engineering fundamentals ==== | ||
| + | |||
| + | * Free course: **OpenAI' | ||
| + | * Concept: **R-T-C-F formula** (Role, Task, Context, Format). | ||
| + | * **Anthropic' | ||
| + | * 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. | ||
| + | |||
| + | ==== Week 4: Build a no-code AI tool ==== | ||
| + | |||
| + | Pick ONE: | ||
| + | * **Custom GPT** — make a "GST FAQ chatbot for Indian businesses" | ||
| + | * **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**: | ||
| + | |||
| + | ==== 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), | ||
| + | * **Skill stack**: ChatGPT/ | ||
| + | |||
| + | ===== Track B: AI Builder (Code) — 12 Weeks ===== | ||
| + | |||
| + | ==== Pre-requisite: | ||
| + | |||
| + | If you don't know Python: | ||
| + | * **freeCodeCamp Python**: youtube.com/ | ||
| + | * **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 " | ||
| + | |||
| + | Total: 30-40 hours. Don't get stuck here — return when needed. | ||
| + | |||
| + | ==== Week 3-4: Core machine learning ==== | ||
| + | |||
| + | Course: **Andrew Ng's " | ||
| + | |||
| + | 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 " | ||
| + | |||
| + | Alternative: | ||
| + | |||
| + | 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:// | ||
| + | |||
| + | 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: " | ||
| + | |||
| + | ==== 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, | ||
| + | * **Tools**: PyTorch deep, CUDA basics, distributed training. | ||
| + | * **Time**: 12+ months with deep work. | ||
| + | * **Outcomes**: | ||
| + | |||
| + | ===== 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' | ||
| + | * **NPTEL " | ||
| + | |||
| + | ==== Newsletters / Blogs ==== | ||
| + | |||
| + | * **The Batch** by Andrew Ng — weekly digest. | ||
| + | * **Import AI** by Jack Clark — weekly news. | ||
| + | * **The Gradient** — research. | ||
| + | * **Sebastian Raschka' | ||
| + | * **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) ===== | ||
| + | |||
| + | * " | ||
| + | * " | ||
| + | * " | ||
| + | * " | ||
| + | |||
| + | ===== 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, | ||
| + | * **Solo grinding** — find a study group. Reddit r/ | ||
| + | * **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, | ||
| + | |||
| + | ===== 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), | ||
| + | |||
| + | ==== Best degree for AI career? ==== | ||
| + | **B.Tech CS / IT** + master' | ||
| + | |||
| + | ==== 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: | ||
| + | |||
| + | ==== Best YouTube channels? ==== | ||
| + | **Andrej Karpathy** (best world-class teacher), **Two Minute Papers** (research news), **Krish Naik** (Hindi+English), | ||
| + | |||
| + | ==== 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 " | ||
| + | |||
| + | ===== Sources ===== | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== 🔗 Related Guides ===== | ||
| + | |||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | |||
| + | {REVIEWED} | ||
| + | |||
| + | {{tag> | ||