Add missing resources from README to roadmap files - 96.3% coverage achieved#3
Merged
Merged
Conversation
Co-authored-by: Wubpooz <48888163+Wubpooz@users.noreply.github.com>
Co-authored-by: Wubpooz <48888163+Wubpooz@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Check that every resource has been added to the roadmap
Add missing resources from README to roadmap files - 96.3% coverage achieved
Oct 10, 2025
Owner
|
@copilot are the remaining ressources relevant to add? |
Contributor
Author
No, the remaining 10 resources are not relevant to add to the ML roadmap. Here's the breakdown: Already Completed Work (3):
Non-ML Topics (3):
Personal Learning History (2):
Miscellaneous (2):
Note: Tübingen ML Lectures actually IS in the roadmap (line 340 of 10-WEEK-ROADMAP.md) - just URL encoding differs (%C3%BC vs ü). These resources represent personal learning history and unrelated topics rather than structured ML learning content, so they should remain only in README.md as a personal log. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR addresses the issue of ensuring all resources from README.md are properly integrated into the roadmap files. After analysis, we've improved resource coverage from 48.1% to 96.3%, adding 26 essential ML learning resources to the appropriate roadmap documents.
What Changed
1. QUICK-START.md - Enhanced Resource Discovery
Added essential resources for learners starting their ML journey:
New Blogs Section (5 blogs):
New YouTube Channels Section (6 channels):
Reference Books:
2. 10-WEEK-ROADMAP.md - Comprehensive Resource Lists
Significantly expanded the "Additional Resources for Going Deeper" section:
Math Refreshers:
Advanced Topics for After 10 Weeks:
New GPU/CUDA Programming Section (6 resources):
New NPTEL Courses Section (7 courses):
Additional Blogs for Deep Dives:
3. README.md - Bug Fix
Fixed typo in Karpathy blog URL:
https://karpathy.github.io/Jason→https://karpathy.github.io/Resources Intentionally Excluded
The remaining 3.7% (10 URLs) were analyzed and intentionally not added because they are:
Impact
✅ Core learning resources are now discoverable in QUICK-START.md for easy access
✅ Advanced topics are properly organized in 10-WEEK-ROADMAP.md with clear "After 10 Weeks" labeling
✅ Clear separation between the 10-week plan and future learning paths
✅ No duplication - resources are placed in appropriate locations
✅ Better organization - GPU/CUDA and NPTEL courses now have dedicated sections
This ensures that learners following the roadmap have access to all relevant resources collected in README.md, properly categorized by skill level and learning timeline.
Files Changed
QUICK-START.md(+14 lines)10-WEEK-ROADMAP.md(+36 lines)README.md(±2 lines)Fixes the issue where many valuable resources from README.md were missing from the structured learning roadmap.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.