Data Science Machine Learning Data Analysis
38.8K subscribers
3.67K photos
31 videos
39 files
1.28K links
ads: @HusseinSheikho

This channel is for Programmers, Coders, Software Engineers.

1- Data Science
2- Machine Learning
3- Data Visualization
4- Artificial Intelligence
5- Data Analysis
6- Statistics
7- Deep Learning
Download Telegram
### Hugging Face Transformers: Unlock the Power of Open-Source AI in Python

Discover the limitless potential of Hugging Face Transformers, a robust Python library that empowers developers and data scientists to harness thousands of pretrained, open-source AI models. These state-of-the-art models are designed for a wide array of tasks across various modalities, including natural language processing (NLP), computer vision, audio processing, and multimodal learning.

#### Why Choose Hugging Face Transformers?

1. Cost Efficiency: Utilizing pretrained models significantly reduces costs associated with developing custom AI solutions from scratch.
2. Time Savings: Save valuable time by leveraging pre-trained models, allowing you to focus on fine-tuning and deploying your applications faster.
3. Control and Customization: Gain greater control over your AI deployments, enabling you to tailor models to meet specific project requirements and achieve optimal performance.

#### Versatile Applications

Whether you're working on text classification, sentiment analysis, image recognition, speech-to-text conversion, or any other AI-driven task, Hugging Face Transformers provides the tools you need to succeed. The library's extensive collection of models ensures that you have access to cutting-edge technology without the need for extensive training resources.

#### Get Started Today!

Dive into the world of open-source AI with Hugging Face Transformers. Explore detailed tutorials and practical examples at:
https://realpython.com/huggingface-transformers/

to enhance your skills and unlock new possibilities in your projects. Join our community on Telegram (@DataScienceM) for continuous learning and support.

🧠 #HuggingFaceTransformers #OpenSourceAI #PretrainedModels #NaturalLanguageProcessing #ComputerVision #AudioProcessing #MultimodalLearning #AIDevelopment #PythonLibrary #DataScienceCommunity
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘10πŸ”₯2❀1
This media is not supported in your browser
VIEW IN TELEGRAM
Last week we introduced how transformer LLMs work, this week we go deeper into one of its key elementsβ€”the attention mechanism, in a new #OpenSourceAI course, Attention in Transformers: Concepts and #Code in #PyTorch

Enroll Free: https://www.deeplearning.ai/short-courses/attention-in-transformers-concepts-and-code-in-pytorch/

#LLMCourse #Transformers #MachineLearning #AIeducation #DeepLearning #TechSkills #ArtificialIntelligence

https://t.iss.one/DataScienceM
❀4πŸ‘3
mcp guide.pdf.pdf
16.7 MB
A comprehensive PDF has been compiled that includes all MCP-related posts shared over the past six months.

(75 pages, 10+ projects & visual explainers)

Over the last half year, content has been published about the Modular Computation Protocol (MCP), which has gained significant interest and engagement from the AI community. In response to this enthusiasm, all tutorials have been gathered in one place, featuring:

* The fundamentals of MCP
* Explanations with visuals and code
* 11 hands-on projects for AI engineers

Projects included:

1. Build a 100% local MCP Client
2. MCP-powered Agentic RAG
3. MCP-powered Financial Analyst
4. MCP-powered Voice Agent
5. A Unified MCP Server
6. MCP-powered Shared Memory for Claude Desktop and Cursor
7. MCP-powered RAG over Complex Docs
8. MCP-powered Synthetic Data Generator
9. MCP-powered Deep Researcher
10. MCP-powered RAG over Videos
11. MCP-powered Audio Analysis Toolkit

#MCP #ModularComputationProtocol #AIProjects #DeepLearning #ArtificialIntelligence #RAG #VoiceAI #SyntheticData #AIAgents #AIResearch #TechWriting #OpenSourceAI #AI #python

βœ‰οΈ Our Telegram channels: https://t.iss.one/addlist/0f6vfFbEMdAwODBk

πŸ“± Our WhatsApp channel: https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
Please open Telegram to view this post
VIEW IN TELEGRAM
❀11πŸ‘1
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

#AIEngineering #MachineLearning #DeepLearning #LLMs #RAG #MLOps #Python #GitHubProjects #AIForBeginners #ArtificialIntelligence #NeuralNetworks #OpenSourceAI #DataScienceCareers


βœ‰οΈ Our Telegram channels: https://t.iss.one/addlist/0f6vfFbEMdAwODBk

πŸ“± Our WhatsApp channel: https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
Please open Telegram to view this post
VIEW IN TELEGRAM
❀4
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)

#AIEngineering #MachineLearning #DeepLearning #LLMs #RAG #MLOps #Python #GitHubProjects #AIForBeginners #ArtificialIntelligence #NeuralNetworks #OpenSourceAI #DataScienceCareers


βœ‰οΈ Our Telegram channels: https://t.iss.one/addlist/0f6vfFbEMdAwODBk
Please open Telegram to view this post
VIEW IN TELEGRAM
❀5
What is torch.nn really?

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


βœ‰οΈ Our Telegram channels: https://t.iss.one/addlist/0f6vfFbEMdAwODBk
Please open Telegram to view this post
VIEW IN TELEGRAM
❀7
πŸ€–πŸ§  Ling-1T by inclusionAI: The Future of Smarter, Faster and More Efficient AI Models

πŸ—“οΈ 09 Oct 2025
πŸ“š AI News & Trends

Artificial Intelligence is evolving at lightning speed and inclusionAI’s Ling-1T is one of the most exciting innovations leading the charge. Built on the advanced Ling 2.0 architecture, Ling-1T is a trillion-parameter model designed to combine incredible reasoning power, speed and scalability in one open-source system. Image Source : Hugging Face Unlike many AI models that ...

#Ling1T #inclusionAI #ArtificialIntelligence #OpenSourceAI #LargeLanguageModels #AIArchitecture
πŸ€–πŸ§  Quivr AI: Building Your Second Brain with Open-Source Generative Intelligence

πŸ—“οΈ 12 Oct 2025
πŸ“š AI News & Trends

In the rapidly evolving landscape of artificial intelligence, developers and businesses are seeking solutions that merge flexibility, power, and simplicity. Enter Quivr β€” an open-source framework designed to help you build your own β€œsecond brain” powered by Generative AI. Whether you’re an indie developer, startup founder or enterprise engineer, it makes it possible to integrate ...

#QuivrAI #SecondBrain #GenerativeAI #OpenSourceAI #AIFramework #AIProductivity
❀1
πŸ€–πŸ§  HunyuanWorld-Mirror: Tencent’s Breakthrough in Universal 3D Reconstruction

πŸ—“οΈ 03 Nov 2025
πŸ“š AI News & Trends

The race toward achieving universal 3D understanding has reached a significant milestone with Tencent’s HunyuanWorld-Mirror, a cutting-edge open-source model designed to revolutionize 3D reconstruction. In an era dominated by visual intelligence and immersive digital experiences, this new model stands out by offering a feed-forward, geometry-aware framework that can predict multiple 3D outputs in a single ...

#HunyuanWorld #Tencent #3DReconstruction #UniversalAI #GeometryAware #OpenSourceAI
πŸ€–πŸ§  vLLM Semantic Router: The Next Frontier in Intelligent Model Routing for LLMs

πŸ—“οΈ 11 Nov 2025
πŸ“š AI News & Trends

As large language models (LLMs) continue to evolve, organizations face new challenges in optimizing performance, accuracy and cost across various AI workloads. Running multiple models efficiently – each specialized for specific tasks has become essential for scalable AI deployment. Enter vLLM Semantic Router, an open-source innovation that introduces a new layer of intelligence to the ...

#vLLMSemanticRouter #LargeLanguageModels #AIScaling #ModelRouting #OpenSourceAI #LLMOptimization
πŸ€–πŸ§  Plandex AI: The Future of Autonomous Coding Agents for Large-Scale Development

πŸ—“οΈ 11 Nov 2025
πŸ“š AI News & Trends

As software development becomes increasingly complex, developers are turning to AI tools that can manage, understand and automate large portions of the coding workflow. Among the most promising innovations in this space is Plandex AI, an open-source terminal-based coding agent designed for real-world, large-scale projects. Unlike simple AI coding assistants that handle small snippets, Plandex ...

#PlandexAI #AutonomousCoding #LargeScaleDevelopment #AICoding #OpenSourceAI #CodeAutomation
πŸ€–πŸ§  Bytebot: The Future of AI Desktop Automation

πŸ—“οΈ 12 Nov 2025
πŸ“š AI News & Trends

In the era of rapid digital transformation, automation is the driving force behind business efficiency and innovation. While most AI agents are limited to browsers or APIs, a groundbreaking open-source project called Bytebot has redefined what AI can achieve. Bytebot introduces a self-hosted AI desktop agent β€” a virtual computer that performs complex, multi-step tasks ...

#Bytebot #AIDesktopAutomation #SelfHostedAI #OpenSourceAI #AIAgents #TaskAutomation
πŸ€–πŸ§  Bytebot: The Future of AI Desktop Automation

πŸ—“οΈ 12 Nov 2025
πŸ“š AI News & Trends

In the era of rapid digital transformation, automation is the driving force behind business efficiency and innovation. While most AI agents are limited to browsers or APIs, a groundbreaking open-source project called Bytebot has redefined what AI can achieve. Bytebot introduces a self-hosted AI desktop agent β€” a virtual computer that performs complex, multi-step tasks ...

#Bytebot #AIDesktopAutomation #SelfHostedAI #OpenSourceAI #AIAgents #TaskAutomation
❀1