0% found this document useful (0 votes)
7 views

AI_ML_Roadmap (1)

The AI/ML roadmap spans 64 weeks, divided into five phases, starting with foundational Python and version control skills, followed by core machine learning concepts and specialized tracks. Each phase includes specific topics and projects aimed at building practical skills, such as supervised learning, deep learning, and MLOps. The final phase culminates in a capstone project where learners can choose from various applications in NLP, computer vision, time series, GenAI, or MLOps.

Uploaded by

daskanka20
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

AI_ML_Roadmap (1)

The AI/ML roadmap spans 64 weeks, divided into five phases, starting with foundational Python and version control skills, followed by core machine learning concepts and specialized tracks. Each phase includes specific topics and projects aimed at building practical skills, such as supervised learning, deep learning, and MLOps. The final phase culminates in a capstone project where learners can choose from various applications in NLP, computer vision, time series, GenAI, or MLOps.

Uploaded by

daskanka20
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

AI/ML Roadmap (64 Weeks)

PHASE 0: Prep & Setup (Weeks 12)

Topics:

- Python Basics: Variables, data types, control structures

- Functions: Parameters, return values, lambda

- OOP: Classes, objects, inheritance

- IDEs: VS Code, PyCharm, Jupyter

- Version Control: Git, GitHub workflows

- CLI: Terminal commands, file navigation, package installs

Project:

- Beginner Project: Command-line calculator or To-Do app with OOP and GitHub versioning

PHASE 1: Foundational Concepts (Weeks 314)

Weeks 35: Math for ML I Probability & Statistics

- Topics: Combinatorics, distributions, inferential statistics

- Project: Statistical analysis (Titanic/Iris dataset) using matplotlib & seaborn

Weeks 68: Math for ML II Linear Algebra & Calculus

- Topics: Vectors, matrices, dot product, gradient descent

- Project: Matrix operations and gradient descent from scratch in Python

Weeks 911: Python Essentials

- Topics: Data structures, loops, exception handling

- Project: Text-based contact book or inventory system with file storage

Weeks 1214: SQL & Databases

- Topics: Joins, normalization, subqueries

- Project: Student/course database with advanced queries

PHASE 2: Core Machine Learning (Weeks 1533)


AI/ML Roadmap (64 Weeks)

Weeks 1516: Supervised ML I

- Project: Housing price prediction (Boston dataset)

Weeks 1718: Supervised ML II

- Project: Spam email or loan approval classifier

Weeks 1920: Feature Engineering

- Project: EDA & preprocessing on Titanic or credit card dataset

Weeks 2122: Model Selection

- Project: Classifier pipeline and comparison

Weeks 2324: Dimensionality Reduction

- Project: Visualize MNIST or other high-dimensional data

Weeks 2526: Time Series Forecasting

- Project: Stock/sales forecasting

Weeks 2728: Association Rule Mining

- Project: Market basket analysis

Weeks 2930: Explainable AI

- Project: Explain XGBoost or Random Forest model predictions

Weeks 3133: ML Mini Project

- Project: Streamlit app to predict diabetes or wine quality

PHASE 3: Specializations (Weeks 3447)

MLOps Track:

- Project: Docker + FastAPI ML model deployment


AI/ML Roadmap (64 Weeks)

- Project: CI/CD using GitHub Actions

GenAI + LLM Track:

- Project: Document-based Q&A bot using LangChain + FAISS

- Project: GPT chatbot with OpenAI API + Streamlit

PHASE 4: Deep Learning (Weeks 4859)

Topics:

- Neural Networks, CNNs, RNNs, Transformers, GANs

Projects:

- CNN: CIFAR-10 or Fashion MNIST image classifier

- RNN: Text generation or sentiment analysis

- Transformer: Text summarizer or translation

- GAN: MNIST digit generation

PHASE 5: Capstone Project (Weeks 6064)

Choose One:

- NLP: Multi-label news classifier + deployment

- CV: YOLO-based real-time object detection app

- Time Series: End-to-end stock prediction

- GenAI: Domain-specific LLM chatbot

- MLOps: Full ML pipeline with monitoring & retraining

You might also like