Machine Learning
39.4K subscribers
4.35K photos
40 videos
50 files
1.42K 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
πŸ“Œ Modeling Urban Walking Risk Using Spatial-Temporal Machine Learning

πŸ—‚ Category: MACHINE LEARNING

πŸ•’ Date: 2026-01-28 | ⏱️ Read time: 12 min read

Estimating neighborhood-level pedestrian risk from real-world incident data

#DataScience #AI #Python
❀1
πŸ“Œ Federated Learning, Part 2: Implementation with the Flower Framework

πŸ—‚ Category: FEDERATED LEARNING

πŸ•’ Date: 2026-01-28 | ⏱️ Read time: 11 min read

Implementing cross-silo federated learning step by step

#DataScience #AI #Python
πŸ‘1
πŸ“Œ Machine Learning in Production? What This Really Means

πŸ—‚ Category: MACHINE LEARNING

πŸ•’ Date: 2026-01-28 | ⏱️ Read time: 10 min read

From notebooks to real-world systems

#DataScience #AI #Python
πŸ“Œ Optimizing Vector Search: Why You Should Flatten Structured Data

πŸ—‚ Category: MACHINE LEARNING

πŸ•’ Date: 2026-01-29 | ⏱️ Read time: 7 min read

An analysis of how flattening structured data can boost precision and recall by up to 20%

#DataScience #AI #Python
πŸ“Œ RoPE, Clearly Explained

πŸ—‚ Category: LARGE LANGUAGE MODELS

πŸ•’ Date: 2026-01-29 | ⏱️ Read time: 8 min read

Going beyond the math to build intuition

#DataScience #AI #Python
❀2
πŸ“Œ The Unbearable Lightness of Coding

πŸ—‚ Category: LLM APPLICATIONS

πŸ•’ Date: 2026-01-29 | ⏱️ Read time: 9 min read

Confessions of a vibe coder

#DataScience #AI #Python
πŸ“Œ Randomization Works in Experiments, Even Without Balance

πŸ—‚ Category: DATA SCIENCE

πŸ•’ Date: 2026-01-29 | ⏱️ Read time: 10 min read

Randomization usually balances confounders in experiments, but what happens when it doesn’t?

#DataScience #AI #Python
πŸ‘2
πŸ“Œ Creating an Etch A Sketch App Using Python and Turtle

πŸ—‚ Category: PROGRAMMING

πŸ•’ Date: 2026-01-30 | ⏱️ Read time: 7 min read

A beginner-friendly Python tutorial

#DataScience #AI #Python
❀1πŸ‘1
πŸ“Œ Why Your Multi-Agent System is Failing: Escaping the 17x Error Trap of the β€œBag of Agents”

πŸ—‚ Category: AGENTIC AI

πŸ•’ Date: 2026-01-30 | ⏱️ Read time: 27 min read

Hard-won lessons on how to scale agentic systems without scaling the chaos, including a taxonomy…

#DataScience #AI #Python
❀2
πŸ“Œ On the Possibility of Small Networks for Physics-Informed Learning

πŸ—‚ Category: MACHINE LEARNING

πŸ•’ Date: 2026-01-30 | ⏱️ Read time: 20 min read

A new kind of hyperparameter study

#DataScience #AI #Python
❀1πŸ‘1
πŸ“Œ Multi-Attribute Decision Matrices, Done Right

πŸ—‚ Category: DATA SCIENCE

πŸ•’ Date: 2026-01-30 | ⏱️ Read time: 7 min read

How to structure decisions, identify efficient options, and avoid misleading value metrics

#DataScience #AI #Python
πŸ“Œ How to Run Claude Code for Free with Local and Cloud Models from Ollama

πŸ—‚ Category: PROGRAMMING

πŸ•’ Date: 2026-01-31 | ⏱️ Read time: 16 min read

Ollama now offers Anthropic API compatibility

#DataScience #AI #Python
❀2πŸ”₯1
πŸ“Œ How to Apply Agentic Coding to Solve Problems

πŸ—‚ Category: AGENTIC AI

πŸ•’ Date: 2026-01-31 | ⏱️ Read time: 7 min read

Learn how to efficiently solve problems with coding agents

#DataScience #AI #Python
❀4
πŸ“Œ Distributed Reinforcement Learning for Scalable High-Performance Policy Optimization

πŸ—‚ Category: MACHINE LEARNING

πŸ•’ Date: 2026-02-01 | ⏱️ Read time: 20 min read

Leveraging massive parallelism, asynchronous updates, and multi-machine training to match and exceed human-level performance

#DataScience #AI #Python
❀3πŸ‘1
πŸ“Œ Silicon Darwinism: Why Scarcity Is the Source of True Intelligence

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

πŸ•’ Date: 2026-02-02 | ⏱️ Read time: 9 min read

We are confusing β€œsize” with β€œsmart.” The next leap in artificial intelligence will not come…

#DataScience #AI #Python
πŸ‘1
πŸ“Œ Building Systems That Survive Real Life

πŸ—‚ Category: AUTHOR SPOTLIGHTS

πŸ•’ Date: 2026-02-02 | ⏱️ Read time: 4 min read

Sara Nobrega on the transition from data science to AI engineering, using LLMs as a…

#DataScience #AI #Python
❀1
πŸ“Œ The Proximity of the Inception Score as an Evaluation Criterion

πŸ—‚ Category: DEEP LEARNING

πŸ•’ Date: 2026-02-03 | ⏱️ Read time: 7 min read

The neighborhood of synthetic data

#DataScience #AI #Python
πŸ‘2❀1
πŸ“Œ Routing in a Sparse Graph: a Distributed Q-Learning Approach

πŸ—‚ Category: MACHINE LEARNING

πŸ•’ Date: 2026-02-03 | ⏱️ Read time: 10 min read

Distributed agents need only decide one move ahead.

#DataScience #AI #Python
πŸ‘1
πŸ“Œ YOLOv2 & YOLO9000 Paper Walkthrough: Better, Faster, Stronger

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

πŸ•’ Date: 2026-02-03 | ⏱️ Read time: 24 min read

From YOLOv1 to YOLOv2: prior box, k-means, Darknet-19, passthrough layer, and more

#DataScience #AI #Python
πŸ‘2
πŸ“Œ Creating a Data Pipeline to Monitor Local Crime Trends

πŸ—‚ Category: DATA SCIENCE

πŸ•’ Date: 2026-02-03 | ⏱️ Read time: 19 min read

A walkthough of creating an ETL pipeline to extract local crime data and visualize it…

#DataScience #AI #Python
❀1πŸ‘1