Data Science Machine Learning Data Analysis
37.3K subscribers
1.66K photos
28 videos
39 files
1.25K links
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

Cross promotion and ads: @hussein_sheikho
Download Telegram
πŸ“Œ Data Mesh Diaries: Realities from Early Adopters

πŸ—‚ Category: DATA ENGINEERING

πŸ•’ Date: 2025-08-13 | ⏱️ Read time: 7 min read

Early-adopter realities gathered from real data mesh implementations
πŸ“Œ Tips for Setting Expectations in AI Projects

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

πŸ•’ Date: 2025-08-13 | ⏱️ Read time: 8 min read

If you want your AI project to succeed, mastering expectation management comes first. When working…
πŸ“Œ A Bird’s-Eye View of Linear Algebra: Why Is Matrix Multiplication Like That?

πŸ—‚ Category: MATH

πŸ•’ Date: 2025-08-13 | ⏱️ Read time: 21 min read

Since the way we manipulate high-dimensional vectors is primarily matrix multiplication, it isn’t a stretch…
πŸ“Œ Reducing Time to Value for Data Science Projects: Part 4

πŸ—‚ Category: DATA SCIENCE

πŸ•’ Date: 2025-08-12 | ⏱️ Read time: 11 min read

Embrace your inner software developer
πŸ“Œ Model Predictive Control Basics

πŸ—‚ Category: DATA SCIENCE

πŸ•’ Date: 2025-08-12 | ⏱️ Read time: 9 min read

A hands-on tutorial with Python and CasADi
πŸ“Œ Coconut: A Framework for Latent Reasoning in LLMs

πŸ—‚ Category: LARGE LANGUAGE MODELS

πŸ•’ Date: 2025-08-12 | ⏱️ Read time: 12 min read

Explaining Coconut (Training Large Language Models to Reason in a Continuous Latent Space) in simple…
πŸ“Œ A Refined Training Recipe for Fine-Grained Visual Classification

πŸ—‚ Category: MACHINE LEARNING

πŸ•’ Date: 2025-08-12 | ⏱️ Read time: 17 min read

How FGVC aims to recognize images belonging to multiple subordinate categories of a super-category
πŸ“Œ Fine-Tune Your Topic Modeling Workflow with BERTopic

πŸ—‚ Category: MACHINE LEARNING

πŸ•’ Date: 2025-08-12 | ⏱️ Read time: 7 min read

Learn how to fine-tune BERTopic settings for more focused, reproducible, and interpretable results
πŸ“Œ Estimating from No Data: Deriving a Continuous Score from Categories

πŸ—‚ Category: DATA SCIENCE

πŸ•’ Date: 2025-08-11 | ⏱️ Read time: 13 min read

A walk-through of and the maths behind using low-capacity networks to acquire fine-grained scoring when…
πŸ“Œ Introducing Google’s LangExtract tool

πŸ—‚ Category: LARGE LANGUAGE MODELS

πŸ•’ Date: 2025-08-11 | ⏱️ Read time: 12 min read

Do RAG without doing RAG with this powerful new NLP and data extraction library
πŸ“Œ From Genes to Neural Networks: Understanding and Building NEAT (Neuro-Evolution of Augmenting Topologies) from Scratch

πŸ—‚ Category: DEEP LEARNING

πŸ•’ Date: 2025-08-11 | ⏱️ Read time: 19 min read

Practical Neuroevolution: Reproducing NEAT’s Innovations and Code Walkthrough
πŸ“Œ LangGraph + SciPy: Building an AI That Reads Documentation and Makes Decisions

πŸ—‚ Category: AGENTIC AI

πŸ•’ Date: 2025-08-11 | ⏱️ Read time: 11 min read

Stop guessing your statistical test. Let this AI do it for you.
❀1
πŸ“Œ How to Write Insightful Technical Articles

πŸ—‚ Category: WRITING

πŸ•’ Date: 2025-08-08 | ⏱️ Read time: 9 min read

Learn how to write informative technical articles
πŸ“Œ Generating Structured Outputs from LLMs

πŸ—‚ Category: LARGE LANGUAGE MODELS

πŸ•’ Date: 2025-08-08 | ⏱️ Read time: 13 min read

An overview of popular techniques to confine LLMs’ output to a predefined schema
πŸ“Œ Demystifying Cosine Similarity

πŸ—‚ Category: DATA SCIENCE

πŸ•’ Date: 2025-08-08 | ⏱️ Read time: 8 min read

Mathematical intuition and practical considerations for NLP scenarios
πŸ“Œ Time Series Forecasting Made Simple (Part 3.2): A Deep Dive into LOESS-Based Smoothing

πŸ—‚ Category: DATA SCIENCE

πŸ•’ Date: 2025-08-07 | ⏱️ Read time: 6 min read

Explore how STL uses LOESS smoothing to extract trend and seasonal components.
πŸ“Œ Hands-On with Agents SDK: Safeguarding Input and Output with Guardrails

πŸ—‚ Category: AGENTIC AI

πŸ•’ Date: 2025-09-06 | ⏱️ Read time: 18 min read

A practical exploration of how guardrails safeguard multi-agent systems in Python using OpenAI Agents SDK,…
❀3
πŸ“Œ Agentic AI: On Evaluations

πŸ—‚ Category: LARGE LANGUAGE MODELS

πŸ•’ Date: 2025-08-07 | ⏱️ Read time: 16 min read

Metrics to track for RAG and agents, plus the frameworks that help
πŸ“Œ Finding Golden Examples: A Smarter Approach to In-Context Learning

πŸ—‚ Category: LLM APPLICATIONS

πŸ•’ Date: 2025-08-07 | ⏱️ Read time: 7 min read

From random example selection to systematic AuPair generationβ€Š β€” how to make your LLM prompts actually…
πŸ“Œ The Channel-Wise Attention | Squeeze and Excitation

πŸ—‚ Category: DEEP LEARNING

πŸ•’ Date: 2025-08-07 | ⏱️ Read time: 22 min read

Applying the Squeeze and Excitation module on ResNeXt using PyTorch