Forwarded from Machine Learning with Python
10 GitHub repos to build a career in AI engineering:
(100% free step-by-step roadmap)
1️⃣ ML for Beginners by Microsoft
A 12-week project-based curriculum that teaches classical ML using Scikit-learn on real-world datasets.
Includes quizzes, lessons, and hands-on projects, with some videos.
GitHub repo → https://lnkd.in/dCxStbYv
2️⃣ AI for Beginners by Microsoft
This repo covers neural networks, NLP, CV, transformers, ethics & more. There are hands-on labs in PyTorch & TensorFlow using Jupyter.
Beginner-friendly, project-based, and full of real-world apps.
GitHub repo → https://lnkd.in/dwS5Jk9E
3️⃣ Neural Networks: Zero to Hero
Now that you’ve grasped the foundations of AI/ML, it’s time to dive deeper.
This repo by Andrej Karpathy builds modern deep learning systems from scratch, including GPTs.
GitHub repo → https://lnkd.in/dXAQWucq
4️⃣ DL Paper Implementations
So far, you have learned the fundamentals of AI, ML, and DL. Now study how the best architectures work.
This repo covers well-documented PyTorch implementations of 60+ research papers on Transformers, GANs, Diffusion models, etc.
GitHub repo → https://lnkd.in/dTrtDrvs
5️⃣ Made With ML
Now it’s time to learn how to go from notebooks to production.
Made With ML teaches you how to design, develop, deploy, and iterate on real-world ML systems using MLOps, CI/CD, and best practices.
GitHub repo → https://lnkd.in/dYyjjBGb
6️⃣ Hands-on LLMs
- You've built neural nets.
- You've explored GPTs and LLMs.
Now apply them. This is a visually rich repo that covers everything about LLMs, like tokenization, fine-tuning, RAG, etc.
GitHub repo → https://lnkd.in/dh2FwYFe
7️⃣ Advanced RAG Techniques
Hands-on LLMs will give you a good grasp of RAG systems. Now learn advanced RAG techniques.
This repo covers 30+ methods to make RAG systems faster, smarter, and accurate, like HyDE, GraphRAG, etc.
GitHub repo → https://lnkd.in/dBKxtX-D
8️⃣ AI Agents for Beginners by Microsoft
After diving into LLMs and mastering RAG, learn how to build AI agents.
This hands-on course covers building AI agents using frameworks like AutoGen.
GitHub repo → https://lnkd.in/dbFeuznE
9️⃣ Agents Towards Production
The above course will teach what AI agents are. Next, learn how to ship them.
This is a practical playbook for building agents covering memory, orchestration, deployment, security & more.
GitHub repo → https://lnkd.in/dcwmamSb
🔟 AI Engg. Hub
To truly master LLMs, RAG, and AI agents, you need projects.
This covers 70+ real-world examples, tutorials, and agent app you can build, adapt, and ship.
GitHub repo → https://lnkd.in/geMYm3b6
(100% free step-by-step roadmap)
A 12-week project-based curriculum that teaches classical ML using Scikit-learn on real-world datasets.
Includes quizzes, lessons, and hands-on projects, with some videos.
GitHub repo → https://lnkd.in/dCxStbYv
This repo covers neural networks, NLP, CV, transformers, ethics & more. There are hands-on labs in PyTorch & TensorFlow using Jupyter.
Beginner-friendly, project-based, and full of real-world apps.
GitHub repo → https://lnkd.in/dwS5Jk9E
Now that you’ve grasped the foundations of AI/ML, it’s time to dive deeper.
This repo by Andrej Karpathy builds modern deep learning systems from scratch, including GPTs.
GitHub repo → https://lnkd.in/dXAQWucq
So far, you have learned the fundamentals of AI, ML, and DL. Now study how the best architectures work.
This repo covers well-documented PyTorch implementations of 60+ research papers on Transformers, GANs, Diffusion models, etc.
GitHub repo → https://lnkd.in/dTrtDrvs
Now it’s time to learn how to go from notebooks to production.
Made With ML teaches you how to design, develop, deploy, and iterate on real-world ML systems using MLOps, CI/CD, and best practices.
GitHub repo → https://lnkd.in/dYyjjBGb
- You've built neural nets.
- You've explored GPTs and LLMs.
Now apply them. This is a visually rich repo that covers everything about LLMs, like tokenization, fine-tuning, RAG, etc.
GitHub repo → https://lnkd.in/dh2FwYFe
Hands-on LLMs will give you a good grasp of RAG systems. Now learn advanced RAG techniques.
This repo covers 30+ methods to make RAG systems faster, smarter, and accurate, like HyDE, GraphRAG, etc.
GitHub repo → https://lnkd.in/dBKxtX-D
After diving into LLMs and mastering RAG, learn how to build AI agents.
This hands-on course covers building AI agents using frameworks like AutoGen.
GitHub repo → https://lnkd.in/dbFeuznE
The above course will teach what AI agents are. Next, learn how to ship them.
This is a practical playbook for building agents covering memory, orchestration, deployment, security & more.
GitHub repo → https://lnkd.in/dcwmamSb
To truly master LLMs, RAG, and AI agents, you need projects.
This covers 70+ real-world examples, tutorials, and agent app you can build, adapt, and ship.
GitHub repo → https://lnkd.in/geMYm3b6
#AIEngineering #MachineLearning #DeepLearning #LLMs #RAG #MLOps #Python #GitHubProjects #AIForBeginners #ArtificialIntelligence #NeuralNetworks #OpenSourceAI #DataScienceCareers
✉️ Our Telegram channels: https://xn--r1a.website/addlist/0f6vfFbEMdAwODBk📱 Our WhatsApp channel: https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
Please open Telegram to view this post
VIEW IN TELEGRAM
❤4
Forwarded from Machine Learning with Python
Auto-Encoder & Backpropagation by hand ✍️ lecture video ~ 📺 https://byhand.ai/cv/10
It took me a few years to invent this method to show both forward and backward passes for a non-trivial case of a multi-layer perceptron over a batch of inputs, plus gradient descents over multiple epochs, while being able to hand calculate each step and code in Excel at the same time.
= Chapters =
• Encoder & Decoder (00:00)
• Equation (10:09)
• 4-2-4 AutoEncoder (16:38)
• 6-4-2-4-6 AutoEncoder (18:39)
• L2 Loss (20:49)
• L2 Loss Gradient (27:31)
• Backpropagation (30:12)
• Implement Backpropagation (39:00)
• Gradient Descent (44:30)
• Summary (51:39)
✉️ Our Telegram channels: https://xn--r1a.website/addlist/0f6vfFbEMdAwODBk
It took me a few years to invent this method to show both forward and backward passes for a non-trivial case of a multi-layer perceptron over a batch of inputs, plus gradient descents over multiple epochs, while being able to hand calculate each step and code in Excel at the same time.
= Chapters =
• Encoder & Decoder (00:00)
• Equation (10:09)
• 4-2-4 AutoEncoder (16:38)
• 6-4-2-4-6 AutoEncoder (18:39)
• L2 Loss (20:49)
• L2 Loss Gradient (27:31)
• Backpropagation (30:12)
• Implement Backpropagation (39:00)
• Gradient Descent (44:30)
• Summary (51:39)
#AIEngineering #MachineLearning #DeepLearning #LLMs #RAG #MLOps #Python #GitHubProjects #AIForBeginners #ArtificialIntelligence #NeuralNetworks #OpenSourceAI #DataScienceCareers
Please open Telegram to view this post
VIEW IN TELEGRAM
❤5
What is torch.nn really?
This article explains it quite well.
📌 Read
✉️ Our Telegram channels: https://xn--r1a.website/addlist/0f6vfFbEMdAwODBk
When I started working with PyTorch, my biggest question was: "What is torch.nn?".
This article explains it quite well.
📌 Read
#pytorch #AIEngineering #MachineLearning #DeepLearning #LLMs #RAG #MLOps #Python #GitHubProjects #AIForBeginners #ArtificialIntelligence #NeuralNetworks #OpenSourceAI #DataScienceCareers
Please open Telegram to view this post
VIEW IN TELEGRAM
❤7
🔥 Trending Repository: awesome-llm-apps
📝 Description: Collection of awesome LLM apps with AI Agents and RAG using OpenAI, Anthropic, Gemini and opensource models.
🔗 Repository URL: https://github.com/Shubhamsaboo/awesome-llm-apps
🌐 Website: https://www.theunwindai.com
📖 Readme: https://github.com/Shubhamsaboo/awesome-llm-apps#readme
📊 Statistics:
🌟 Stars: 58.1K stars
👀 Watchers: 664
🍴 Forks: 6.9K forks
💻 Programming Languages: Python - JavaScript - TypeScript - CSS - PLpgSQL - HTML
🏷️ Related Topics:
==================================
🧠 By: https://xn--r1a.website/DataScienceM
📝 Description: Collection of awesome LLM apps with AI Agents and RAG using OpenAI, Anthropic, Gemini and opensource models.
🔗 Repository URL: https://github.com/Shubhamsaboo/awesome-llm-apps
🌐 Website: https://www.theunwindai.com
📖 Readme: https://github.com/Shubhamsaboo/awesome-llm-apps#readme
📊 Statistics:
🌟 Stars: 58.1K stars
👀 Watchers: 664
🍴 Forks: 6.9K forks
💻 Programming Languages: Python - JavaScript - TypeScript - CSS - PLpgSQL - HTML
🏷️ Related Topics:
#python #rag #llms
==================================
🧠 By: https://xn--r1a.website/DataScienceM
🔥 Trending Repository: sim
📝 Description: Sim is an open-source AI agent workflow builder. Sim Studio's interface is a lightweight, intuitive way to quickly build and deploy LLMs that connect with your favorite tools.
🔗 Repository URL: https://github.com/simstudioai/sim
🌐 Website: https://www.sim.ai
📖 Readme: https://github.com/simstudioai/sim#readme
📊 Statistics:
🌟 Stars: 7.7K stars
👀 Watchers: 56
🍴 Forks: 1K forks
💻 Programming Languages: TypeScript - MDX - Python - CSS - Shell - Smarty
🏷️ Related Topics:
==================================
🧠 By: https://xn--r1a.website/DataScienceM
📝 Description: Sim is an open-source AI agent workflow builder. Sim Studio's interface is a lightweight, intuitive way to quickly build and deploy LLMs that connect with your favorite tools.
🔗 Repository URL: https://github.com/simstudioai/sim
🌐 Website: https://www.sim.ai
📖 Readme: https://github.com/simstudioai/sim#readme
📊 Statistics:
🌟 Stars: 7.7K stars
👀 Watchers: 56
🍴 Forks: 1K forks
💻 Programming Languages: TypeScript - MDX - Python - CSS - Shell - Smarty
🏷️ Related Topics:
#react #automation #typescript #ai #nextjs #chatbot #artificial_intelligence #gemini #openai #agents #low_code #no_code #rag #anthropic #deepseek #aiagents #agentic_workflow #agent_workflow
==================================
🧠 By: https://xn--r1a.website/DataScienceM
❤1
🔥 Trending Repository: firecrawl
📝 Description: The Web Data API for AI - Turn entire websites into LLM-ready markdown or structured data 🔥
🔗 Repository URL: https://github.com/firecrawl/firecrawl
🌐 Website: https://firecrawl.dev
📖 Readme: https://github.com/firecrawl/firecrawl#readme
📊 Statistics:
🌟 Stars: 50.2K stars
👀 Watchers: 230
🍴 Forks: 4.4K forks
💻 Programming Languages: TypeScript - Python - Rust - JavaScript - Jupyter Notebook - Shell
🏷️ Related Topics:
==================================
🧠 By: https://xn--r1a.website/DataScienceM
📝 Description: The Web Data API for AI - Turn entire websites into LLM-ready markdown or structured data 🔥
🔗 Repository URL: https://github.com/firecrawl/firecrawl
🌐 Website: https://firecrawl.dev
📖 Readme: https://github.com/firecrawl/firecrawl#readme
📊 Statistics:
🌟 Stars: 50.2K stars
👀 Watchers: 230
🍴 Forks: 4.4K forks
💻 Programming Languages: TypeScript - Python - Rust - JavaScript - Jupyter Notebook - Shell
🏷️ Related Topics:
#markdown #crawler #data #scraper #ai #html_to_markdown #web_crawler #scraping #webscraping #rag #llm #ai_scraping
==================================
🧠 By: https://xn--r1a.website/DataScienceM
❤1
🔥 Trending Repository: sim
📝 Description: Sim is an open-source AI agent workflow builder. Sim's interface is a lightweight, intuitive way to rapidly build and deploy LLMs that connect with your favorite tools.
🔗 Repository URL: https://github.com/simstudioai/sim
🌐 Website: https://www.sim.ai
📖 Readme: https://github.com/simstudioai/sim#readme
📊 Statistics:
🌟 Stars: 11.6K stars
👀 Watchers: 68
🍴 Forks: 1.4K forks
💻 Programming Languages: TypeScript - MDX - Python - CSS - Shell - Smarty
🏷️ Related Topics:
==================================
🧠 By: https://xn--r1a.website/DataScienceM
📝 Description: Sim is an open-source AI agent workflow builder. Sim's interface is a lightweight, intuitive way to rapidly build and deploy LLMs that connect with your favorite tools.
🔗 Repository URL: https://github.com/simstudioai/sim
🌐 Website: https://www.sim.ai
📖 Readme: https://github.com/simstudioai/sim#readme
📊 Statistics:
🌟 Stars: 11.6K stars
👀 Watchers: 68
🍴 Forks: 1.4K forks
💻 Programming Languages: TypeScript - MDX - Python - CSS - Shell - Smarty
🏷️ Related Topics:
#react #automation #typescript #ai #nextjs #chatbot #artificial_intelligence #gemini #openai #agents #low_code #no_code #rag #anthropic #deepseek #aiagents #agentic_workflow #agent_workflow
==================================
🧠 By: https://xn--r1a.website/DataScienceM
🔥 Trending Repository: SQLBot
📝 Description: 基于大模型和 RAG 的智能问数系统。Text-to-SQL Generation via LLMs using RAG.
🔗 Repository URL: https://github.com/dataease/SQLBot
🌐 Website: https://dataease.cn/sqlbot/
📖 Readme: https://github.com/dataease/SQLBot#readme
📊 Statistics:
🌟 Stars: 968 stars
👀 Watchers: 13
🍴 Forks: 113 forks
💻 Programming Languages: Python - CSS - TypeScript - JavaScript - Shell - HTML
🏷️ Related Topics:
==================================
🧠 By: https://xn--r1a.website/DataScienceM
📝 Description: 基于大模型和 RAG 的智能问数系统。Text-to-SQL Generation via LLMs using RAG.
🔗 Repository URL: https://github.com/dataease/SQLBot
🌐 Website: https://dataease.cn/sqlbot/
📖 Readme: https://github.com/dataease/SQLBot#readme
📊 Statistics:
🌟 Stars: 968 stars
👀 Watchers: 13
🍴 Forks: 113 forks
💻 Programming Languages: Python - CSS - TypeScript - JavaScript - Shell - HTML
🏷️ Related Topics:
#text_to_sql #rag #nl2sql #text2sql #llm #sqlbot #deepseek #chatbi
==================================
🧠 By: https://xn--r1a.website/DataScienceM
🔥 Trending Repository: SurfSense
📝 Description: Open Source Alternative to NotebookLM / Perplexity, connected to external sources such as Search Engines, Slack, Linear, Jira, ClickUp, Confluence, Notion, YouTube, GitHub, Discord and more. Join our discord:https://discord.gg/ejRNvftDp9
🔗 Repository URL: https://github.com/MODSetter/SurfSense
🌐 Website: https://www.surfsense.net
📖 Readme: https://github.com/MODSetter/SurfSense#readme
📊 Statistics:
🌟 Stars: 6.7K stars
👀 Watchers: 46
🍴 Forks: 507 forks
💻 Programming Languages: Python - TypeScript - MDX - CSS - JavaScript - Dockerfile
🏷️ Related Topics:
==================================
🧠 By: https://xn--r1a.website/DataScienceM
📝 Description: Open Source Alternative to NotebookLM / Perplexity, connected to external sources such as Search Engines, Slack, Linear, Jira, ClickUp, Confluence, Notion, YouTube, GitHub, Discord and more. Join our discord:https://discord.gg/ejRNvftDp9
🔗 Repository URL: https://github.com/MODSetter/SurfSense
🌐 Website: https://www.surfsense.net
📖 Readme: https://github.com/MODSetter/SurfSense#readme
📊 Statistics:
🌟 Stars: 6.7K stars
👀 Watchers: 46
🍴 Forks: 507 forks
💻 Programming Languages: Python - TypeScript - MDX - CSS - JavaScript - Dockerfile
🏷️ Related Topics:
#python #chrome_extension #slack #agent #jira #typescript #extension #ai #nextjs #agents #notion #perplexity #rag #fastapi #langchain #ollama #langgraph #nextjs15 #aceternity_ui #notebooklm
==================================
🧠 By: https://xn--r1a.website/DataScienceM
🔥 Trending Repository: WrenAI
📝 Description: ⚡️ GenBI (Generative BI) queries any database in natural language, generates accurate SQL (Text-to-SQL), charts (Text-to-Chart), and AI-powered insights in seconds.
🔗 Repository URL: https://github.com/Canner/WrenAI
🌐 Website: https://getwren.ai/oss
📖 Readme: https://github.com/Canner/WrenAI#readme
📊 Statistics:
🌟 Stars: 10.1K stars
👀 Watchers: 70
🍴 Forks: 1K forks
💻 Programming Languages: TypeScript - Python - Go - JavaScript - Less - Dockerfile
🏷️ Related Topics:
==================================
🧠 By: https://xn--r1a.website/DataScienceM
📝 Description: ⚡️ GenBI (Generative BI) queries any database in natural language, generates accurate SQL (Text-to-SQL), charts (Text-to-Chart), and AI-powered insights in seconds.
🔗 Repository URL: https://github.com/Canner/WrenAI
🌐 Website: https://getwren.ai/oss
📖 Readme: https://github.com/Canner/WrenAI#readme
📊 Statistics:
🌟 Stars: 10.1K stars
👀 Watchers: 70
🍴 Forks: 1K forks
💻 Programming Languages: TypeScript - Python - Go - JavaScript - Less - Dockerfile
🏷️ Related Topics:
#agent #bigquery #charts #sql #postgresql #bedrock #business_intelligence #openai #spreadsheets #vertex #genbi #text_to_sql #rag #text2sql #duckdb #llm #anthropic #sqlai #text_to_chart
==================================
🧠 By: https://xn--r1a.website/DataScienceM
🔥 Trending Repository: chroma
📝 Description: Open-source search and retrieval database for AI applications.
🔗 Repository URL: https://github.com/chroma-core/chroma
🌐 Website: https://www.trychroma.com/
📖 Readme: https://github.com/chroma-core/chroma#readme
📊 Statistics:
🌟 Stars: 22.2K stars
👀 Watchers: 121
🍴 Forks: 1.8K forks
💻 Programming Languages: Rust - Python - TypeScript - Go - Jupyter Notebook - JavaScript
🏷️ Related Topics:
==================================
🧠 By: https://xn--r1a.website/DataScienceM
📝 Description: Open-source search and retrieval database for AI applications.
🔗 Repository URL: https://github.com/chroma-core/chroma
🌐 Website: https://www.trychroma.com/
📖 Readme: https://github.com/chroma-core/chroma#readme
📊 Statistics:
🌟 Stars: 22.2K stars
👀 Watchers: 121
🍴 Forks: 1.8K forks
💻 Programming Languages: Rust - Python - TypeScript - Go - Jupyter Notebook - JavaScript
🏷️ Related Topics:
#rust #database #ai #embeddings #rust_lang #document_retrieval #rag #vector_database #llm #llms
==================================
🧠 By: https://xn--r1a.website/DataScienceM
🤖🧠 Cognee: Powerful Memory for AI Agents in Just 6 Lines of Code
🗓️ 07 Oct 2025
📚 AI News & Trends
Artificial Intelligence is evolving rapidly, but one of the biggest challenges for developers is building agents that remember, reason and adapt. Traditional RAG (Retrieval-Augmented Generation) systems often fall short when handling context, scalability and precision. That’s where Cognee comes in. It is an open-source framework designed to provide AI agents with memory using a unique ...
#AI #Memory #AIAgents #OpenSource #RAG #ArtificialIntelligence
🗓️ 07 Oct 2025
📚 AI News & Trends
Artificial Intelligence is evolving rapidly, but one of the biggest challenges for developers is building agents that remember, reason and adapt. Traditional RAG (Retrieval-Augmented Generation) systems often fall short when handling context, scalability and precision. That’s where Cognee comes in. It is an open-source framework designed to provide AI agents with memory using a unique ...
#AI #Memory #AIAgents #OpenSource #RAG #ArtificialIntelligence
❤3
📌 How to Evaluate Retrieval Quality in RAG Pipelines (part 2): Mean Reciprocal Rank (MRR) and Average Precision (AP)
🗂 Category: LARGE LANGUAGE MODELS
🕒 Date: 2025-11-05 | ⏱️ Read time: 9 min read
Enhance your RAG pipeline's performance by effectively evaluating its retrieval quality. This guide, the second in a series, explores the use of key binary, order-aware metrics. It provides a detailed look at Mean Reciprocal Rank (MRR) and Average Precision (AP), essential tools for ensuring your system retrieves the most relevant information first and improves overall accuracy.
#RAG #LLM #AIEvaluation #MachineLearning
🗂 Category: LARGE LANGUAGE MODELS
🕒 Date: 2025-11-05 | ⏱️ Read time: 9 min read
Enhance your RAG pipeline's performance by effectively evaluating its retrieval quality. This guide, the second in a series, explores the use of key binary, order-aware metrics. It provides a detailed look at Mean Reciprocal Rank (MRR) and Average Precision (AP), essential tools for ensuring your system retrieves the most relevant information first and improves overall accuracy.
#RAG #LLM #AIEvaluation #MachineLearning
📌 Multi-Agent SQL Assistant, Part 2: Building a RAG Manager
🗂 Category: AI APPLICATIONS
🕒 Date: 2025-11-06 | ⏱️ Read time: 21 min read
Explore building a multi-agent SQL assistant in this hands-on guide to creating a RAG Manager. Part 2 of this series provides a practical comparison of multiple Retrieval-Augmented Generation strategies, weighing traditional keyword search against modern vector-based approaches using FAISS and Chroma. Learn how to select and implement the most effective retrieval method to enhance your AI assistant's performance and accuracy when interacting with databases.
#RAG #SQL #AI #VectorSearch #LLM
🗂 Category: AI APPLICATIONS
🕒 Date: 2025-11-06 | ⏱️ Read time: 21 min read
Explore building a multi-agent SQL assistant in this hands-on guide to creating a RAG Manager. Part 2 of this series provides a practical comparison of multiple Retrieval-Augmented Generation strategies, weighing traditional keyword search against modern vector-based approaches using FAISS and Chroma. Learn how to select and implement the most effective retrieval method to enhance your AI assistant's performance and accuracy when interacting with databases.
#RAG #SQL #AI #VectorSearch #LLM
❤1
📌 Do You Really Need GraphRAG? A Practitioner’s Guide Beyond the Hype
🗂 Category: LARGE LANGUAGE MODELS
🕒 Date: 2025-11-11 | ⏱️ Read time: 15 min read
Go beyond the hype with this practitioner's guide to GraphRAG. This article offers a critical perspective on the advanced RAG technique, exploring essential design best practices, common challenges, and key learnings from real-world implementation. It provides a framework to help you decide if GraphRAG is the right solution for your specific needs, moving past the buzz to focus on practical application.
#GraphRAG #RAG #AI #KnowledgeGraphs #LLM
🗂 Category: LARGE LANGUAGE MODELS
🕒 Date: 2025-11-11 | ⏱️ Read time: 15 min read
Go beyond the hype with this practitioner's guide to GraphRAG. This article offers a critical perspective on the advanced RAG technique, exploring essential design best practices, common challenges, and key learnings from real-world implementation. It provides a framework to help you decide if GraphRAG is the right solution for your specific needs, moving past the buzz to focus on practical application.
#GraphRAG #RAG #AI #KnowledgeGraphs #LLM