Data Science Machine Learning Data Analysis
37.8K subscribers
2.68K photos
28 videos
39 files
1.26K 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
πŸ“Œ Multi-Agent Communication with the A2A Python SDK

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

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

The Agent Card helps discover agents, but how does communication between agents actually work in…
πŸ“Œ JAX: Is This Google’s NumPy killer?

πŸ—‚ Category: PROGRAMMING

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

Auto differentiation and JIT compilation make a compelling case.
πŸ“Œ Detecting Malicious URLs Using LSTM and Google’s BERT Models

πŸ—‚ Category: DEEP LEARNING

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

A progressive approach to implementing AI-powered webpage detection applications into production
πŸ“Œ Tree of Thought Prompting: Teaching LLMs to Think Slowly

πŸ—‚ Category: LARGE LANGUAGE MODELS

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

Playing Minesweeper with Augmented Reasoning
πŸ“Œ Bayesian Optimization for Hyperparameter Tuning of Deep Learning Models

πŸ—‚ Category: DEEP LEARNING

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

Explore how Bayesian Optimization outperforms Grid Search in efficiency and performance over binary classification tasks.
πŸ“Œ How Microsoft Power BI Elevated My Data Analysis and Visualization Workflow

πŸ—‚ Category: DATA SCIENCE

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

Explaining useful features every data analyst needs
πŸ“Œ Reinforcement Learning Made Simple: Build a Q-Learning Agent in Python

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

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

Inspired by AlphaGo’s Move 37 β€” learn how agents explore, exploit, and win
πŸ“Œ Why Regularization Isn’t Enough: A Better Way to Train Neural Networks with Two Objectives

πŸ—‚ Category: DEEP LEARNING

πŸ•’ Date: 2025-05-27 | ⏱️ Read time: 32 min read

Why splitting your objectives and your model might be the key to better performance and…
πŸ“Œ Code Agents: The Future of Agentic AI

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

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

HuggingFace smolagents framework in action
❀1
πŸ“Œ How to Reduce Your Power BI Model Size by 90%

πŸ—‚ Category: DATA ENGINEERING

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

Have you ever wondered what makes Power BI so fast and powerful when it comes…
πŸ“Œ The Best AI Books & Courses for Getting a Job

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

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

A comprehensive guide to the books and courses that helped me learn AI
πŸ“Œ Understanding Matrices | Part 1: Matrix-Vector Multiplication

πŸ—‚ Category: MATH

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

The physical meaning of multiplying a matrix by a vector, and how it works on…
πŸ“Œ Demystifying Policy Optimization in RL: An Introduction to PPO and GRPO

πŸ—‚ Category: DEEP LEARNING

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

A beginner-friendly guide to PPO and GRPO: simplifying policy optimization in reinforcement learning
πŸ“Œ Prototyping Gradient Descent in Machine Learning

πŸ—‚ Category:

πŸ•’ Date: 2025-05-23 | ⏱️ Read time: 10 min read

Mathematical theorem and credit transaction prediction using Stochastic / Batch GD
❀1πŸ‘1
πŸ“Œ Estimating Product-Level Price Elasticities Using Hierarchical Bayesian

πŸ—‚ Category: MACHINE LEARNING

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

Using one model to personalize ML results
❀1
πŸ“Œ Do More with NumPy Array Type Hints: Annotate & Validate Shape & Dtype

πŸ—‚ Category: PROGRAMMING

πŸ•’ Date: 2025-05-23 | ⏱️ Read time: 5 min read

Improve static analysis and run-time validation with full generic specification
❀1
πŸ“Œ How to Evaluate LLMs and Algorithms β€” The Right Way

πŸ—‚ Category: THE VARIABLE

πŸ•’ Date: 2025-05-23 | ⏱️ Read time: 3 min read

This week, we focus on the best strategies for evaluating and benchmarking the performance of…
❀1
πŸ“Œ Multiple Linear Regression Analysis

πŸ—‚ Category: DATA SCIENCE

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

Implementation of multiple linear regression on real data: Assumption checks, model evaluation, and interpretation of…
πŸ“Œ Google’s AlphaEvolve: Getting Started with Evolutionary Coding Agents

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

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

Introduction AlphaEvolve 1 is a promising new coding agent by Google’s DeepMind. Let’s look at…
πŸ“Œ Inheritance: A Software Engineering Concept Data Scientists Must Know To Succeed

πŸ—‚ Category: PROGRAMMING

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

Coding concepts that distinguish an amateur from a professional data scientist