Machine Learning with Python
68.2K subscribers
1.52K photos
133 videos
198 files
1.26K links
Learn Machine Learning with hands-on Python tutorials, real-world code examples, and clear explanations for researchers and developers.

Admin: @HusseinSheikho || @Hussein_Sheikho
Download Telegram
Don't want to read about AI Engineering, but actually want to build something? πŸ› οΈ

We've released a collection of 50+ practical tutorials on AI Engineering as open source. πŸ“š

Inside, you'll find step-by-step projects on:

β€’ AI agents and multi-agent systems πŸ€–
β€’ RAG (Agentic, Vision, and Local) πŸ”
β€’ MCP agents βš™οΈ
β€’ OCR applications πŸ“„
β€’ Voice AI agents πŸŽ™οΈ
β€’ and much more ✨

Everything is free, with source code and ready-made examples. πŸ₯©

https://github.com/Sumanth077/Hands-On-AI-Engineering

#AIEngineering #MachineLearning #OpenSource #AIProjects #TechTutorials #BuildWithAI

✨ Join Best TG Channels https://t.iss.one/addlist/0f6vfFbEMdAwODBk

⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A

πŸš€ Level up your AI & Data Science skills with HelloEncyclo β€” a growing all-in-one platform featuring hands-on courses in LLMs, Deep Learning, MLOps, Data Engineering, and more.
βœ… 13 courses live + 40+ coming soon
🎯 One access, lifetime updates
πŸ”‘ Use code: PRESALE-BOOK-WAVE-2GFG
πŸ‘‰ https://helloencyclo.com/?ref=HUSSEINSHEIKHO
❀6πŸ‘2
I often see people say that it's impossible to enter the IT field without expensive courses.

However, there's a huge amount of high-quality materials available for free:

πŸ“š Computer Science
https://github.com/ossu/computer-science

πŸ“š Data Structures & Algorithms
https://github.com/jwasham/coding-interview-university

πŸ“š System Design
https://github.com/donnemartin/system-design-primer

πŸ“š Web Development
https://github.com/TheOdinProject/curriculum

πŸ“š Frontend / Backend / DevOps / Cloud
https://github.com/kamranahmedse/developer-roadmap

πŸ“š Data Engineering
https://github.com/DataTalksClub/data-engineering-zoomcamp

πŸ“š Machine Learning & AI
https://github.com/microsoft/ML-For-Beginners

πŸ“š MLOps
https://github.com/DataTalksClub/mlops-zoomcamp

πŸ“š Cybersecurity
https://github.com/OWASP/CheatSheetSeries

πŸ“š Linux
https://github.com/trimstray/the-book-of-secret-knowledge

πŸ“š Free Programming Books
https://github.com/EbookFoundation/free-programming-books

If you have internet and a bit of free time, you can learn computer science, algorithms, system design, DevOps, clouds, security, and machine learning for free.

The problem now isn't a lack of information. The problem is regularly opening these repositories and actually working on them.

#FreeLearning #ITCareer #CodingResources #TechEducation #OpenSource #DevCommunity

✨ Join Best TG Channels https://t.iss.one/addlist/0f6vfFbEMdAwODBk

⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A

πŸš€ Level up your AI & Data Science skills with HelloEncyclo β€” a growing all-in-one platform featuring hands-on courses in LLMs, Deep Learning, MLOps, Data Engineering, and more.
βœ… 13 courses live + 40+ coming soon
🎯 One access, lifetime updates
πŸ”‘ Use code: PRESALE-BOOK-WAVE-2GFG
πŸ‘‰ https://helloencyclo.com/?ref=HUSSEINSHEIKHO
❀12πŸ‘1
Transformers become more understandable when you can "poke" the model directly. 🧠✨

Transformer Explainer is an interactive visualization tool for studying how text-generating transformer-based models, such as GPT, work. πŸ”

It helps connect the architecture with real behavior by running a live GPT-2 directly in the browser, allowing you to enter your own text and showing how the internal components work together to predict the next tokens. πŸ”„πŸ“

Key features: 🌟

- Live GPT-2 in the browser - experiment without setting up a separate model server πŸ’»
- Your own text - try your own prompts and see how the model processes them ✍️
- Internal components - observe the operations working inside the transformer πŸ”§
- Focus on predicting the next token - link each visual step to the model's predictions 🎯
- Local development - clone the repository, install dependencies, and run via npm for in-depth study βš™οΈ

It's open-source (MIT license). πŸ“œ

https://github.com/poloclub/transformer-explainer

#AI #MachineLearning #GPT #DataScience #TechTools #OpenSource

✨ Join Best TG Channels https://t.iss.one/addlist/0f6vfFbEMdAwODBk

⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
❀5
This media is not supported in your browser
VIEW IN TELEGRAM
My new hobby: searching for beautiful projects on GitHub and being inspired by their design. πŸš€βœ¨

https://www.gitsearchai.com/ πŸ”—

#GitHub #OpenSource #Tech #Programming #Design #Inspiration

✨ Join Best TG Channels https://t.iss.one/addlist/0f6vfFbEMdAwODBk

⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
❀3πŸ”₯1
This media is not supported in your browser
VIEW IN TELEGRAM
Hugging Face Viewer is now at 2300 viewable models! 😊 Would love more feedback and ideas!

It's a free interactive graph visualizer for learning about the architectures of open source AI models! πŸš€

Hovering nodes in the graph links to a definitions + animation and the paper that introduced it!

🌟 hfviewer.com

#HuggingFace #AI #MachineLearning #OpenSource #TechNews #DataViz

✨ Join Best TG Channels https://t.iss.one/addlist/0f6vfFbEMdAwODBk
⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
❀11πŸ”₯1
Forwarded from Machine Learning
Maths, CS & AI Compendium: A free textbook for aspiring AI/ML engineers

πŸš€ A large open-source compendium on mathematics, computer science, and AI has gone viral on GitHub. The project already has around 6.3K stars.

πŸ“š The author positions it as a "non-traditional textbook" for practitioners: less dry notation, more intuition, connections between topics, and real-world context.

πŸ“– It contains 20 chapters:
* Vectors, matrices, calculus
* Statistics and probability
* Machine learning and deep learning
* NLP, computer vision, audio/speech
* Multimodal learning and autonomous systems
* GNN, OS, algorithms
* Production engineering, GPU/SIMD
* AI inference, ML systems design, and applied AI

πŸ€– There is also a MCP server so that Claude Code, Cursor, VS Code, and other AI assistants can use the compendium as a local knowledge base.

πŸ’‘ This is a great resource for those who want to not just "learn ML," but to build a solid foundation: mathematics β†’ CS β†’ ML systems β†’ modern AI.

πŸ”— GitHub: https://github.com/HenryNdubuaku/maths-cs-ai-compendium

#AI #MachineLearning #ComputerScience #Maths #OpenSource #DevCommunity

✨ Join Best TG Channels https://t.iss.one/addlist/0f6vfFbEMdAwODBk

⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
❀7
Stop searching for generative AI resources one category at a time. πŸš€

Awesome Generative AI is a curated directory of generative AI projects and services for builders exploring the ecosystem. 🌐

It helps you compare where to look next by organizing links and short descriptions across models, tools, agents, media, and learning resources. πŸ“Š

Key features:
β€’ Text stack – browse models, chatbots, search engines, writing tools, research tools, and leaderboards ✍️
β€’ Coding toolkit – find coding assistants, developer tools, playgrounds, and local LLM deployment options πŸ’»
β€’ Agent directory – scan autonomous agent projects and custom assistant resources πŸ€–
β€’ Multimodal map – explore image, video, audio, and music tools in dedicated sections 🎨🎡
β€’ Learning library – use recommended reading, milestones, courses, guides, and related lists to build context πŸ“š

It’s open-source (CC0-1.0 license). πŸ”“

Repo: https://github.com/steven2358/awesome-generative-ai

✨ Join Best TG Channels https://t.iss.one/addlist/0f6vfFbEMdAwODBk

⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A

#GenerativeAI #AIResources #TechTools #OpenSource #AICommunity #DevTools
❀4