βοΈCloud Sync
Configure cloud sync to access your progress from any browser
π‘ How it works: Your progress is securely stored in a private GitHub Gist. Access it from any browser by entering your token.
Currently Working On
Week 1 β’ 2025-07-01
10/10h
100% complete
Python Refresher & Conda
Write calculator, data analyzer
Learning Journey Timeline
πΊοΈLearning Journey Phases
Track your progress through each phaseFoundation Phase
Weeks 1-10
Python, Data Manipulation, Statistics
ML Fundamentals
Weeks 11-20
Machine Learning, Deep Learning
Advanced ML
Weeks 21-30
Computer Vision, NLP, Advanced Topics
Deployment & MLOps
Weeks 31-40
APIs, Deployment, DevOps, Production
Specialization & Portfolio
Weeks 41-52
Advanced Projects, Specializations, Portfolio
Overall Journey Progress
πProject Milestones
Week 5: Exploratory Data Analysis Dashboard
Week 10: Web Data Analysis Pipeline
Week 15: Customer Churn Prediction Model
Week 20: Deploy an ML Model as a Web App
Week 25: Sentiment Analysis of Customer Reviews
Week 30: Real-Time Object Detection System
Week 35: π CAPSTONE PROJECT 1: Recommendation Engine
Week 40: π CAPSTONE PROJECT 2: Self-Directed Project
"The only way to do great work is to love what you do."
β Steve Jobs
Total Weeks
52
Completed
0
0% of roadmap
Projects
0/8
0% completed
In Progress
52
Hours Progress
25/645
4% of hours
Filters & Search
Showing 1-12 of 52 weeks (Page 1 of 5)
Week 1
2025-07-01
Concept
Python Refresher & Conda
Practice
Write calculator, data analyzer
Week 2
2025-07-08
Concept
NumPy arrays & broadcasting
Practice
Build matrices, simulate experiments
Week 3
2025-07-15
Concept
Pandas DataFrames & groupby
Practice
Analyze IPL or student dataset
Week 4
2025-07-22
Concept
Matplotlib + Seaborn basics
Practice
Create multi-chart dashboard
Week 5
2025-07-29
Project Description
π PROJECT: Exploratory Data Analysis Dashboard
Project Goals
Perform a full EDA on a real-world dataset, from cleaning to visualization. Present findings in an interactive dashboard.
Week 6
2025-08-05
Concept
SQL Basics
Practice
Practice 20+ queries on platforms like LeetCode or HackerRank.
Week 7
2025-08-12
Concept
Data Collection & APIs
Practice
Scrape a website or collect data using a public API (e.g., Twitter, Reddit).
Week 8
2025-08-19
Concept
Probability & Statistics
Practice
Solve problems and understand core concepts like p-values and confidence intervals.
Week 9
2025-08-26
Concept
Distributions & Central Limit Theorem
Practice
Simulate CLT, plot and understand different data distributions.
Week 10
2025-09-02
Project Description
π PROJECT: Web Data Analysis Pipeline
Project Goals
Build a data pipeline that scrapes a website, stores the data in an SQLite database, and generates a statistical report.
Week 11
2025-09-09
Concept
Intro to ML & Scikit-learn
Practice
Train/test split, linear regression, and understand model evaluation metrics.
Week 12
2025-09-16
Concept
ML Algorithms (KNN, DT, Logistic Regression)
Practice
Build and evaluate multiple classification models on the Titanic dataset.