Data Science Machine Learning Data Analysis
37.9K subscribers
2.82K photos
30 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
πŸ“Œ Why Scaling Works: Inductive Biases vs The Bitter Lesson

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

πŸ•’ Date: 2024-10-22 | ⏱️ Read time: 11 min read

Building deep insights with a toy problem
πŸ“Œ Game Theory, Part 1 – The Prisoner’s Dilemma Problem

πŸ—‚ Category: DATA SCIENCE

πŸ•’ Date: 2024-10-22 | ⏱️ Read time: 7 min read

Game theory is prevalent in real-life scenarios and decision-making
πŸ“Œ Using Vector Steering to Improve Model Guidance

πŸ—‚ Category:

πŸ•’ Date: 2024-10-22 | ⏱️ Read time: 10 min read

Exploring the Research on Vector Steering and Coding Up an Implementation
πŸ“Œ Discretization, Explained: A Visual Guide with Code Examples for Beginners

πŸ—‚ Category: DATA SCIENCE

πŸ•’ Date: 2024-10-22 | ⏱️ Read time: 10 min read

6 fun ways to categorize numbers into bins!
πŸ“Œ Unleash the Power of Probability to Predict the Future of Your Business

πŸ—‚ Category: DATA SCIENCE

πŸ•’ Date: 2024-10-21 | ⏱️ Read time: 14 min read

A Practical Guide to Applying Probability Concepts with Python in Real-World Contexts
πŸ“Œ OLAP is Dead – Or Is It ?

πŸ—‚ Category: ANALYTICS

πŸ•’ Date: 2024-10-21 | ⏱️ Read time: 16 min read

OLAP’s fate in the age of modern analytics
❀1
πŸ“Œ Awesome Plotly with Code Series (Part 1): Alternatives to Bar Charts

πŸ—‚ Category: DATA SCIENCE

πŸ•’ Date: 2024-10-21 | ⏱️ Read time: 14 min read

A bar chart is not always the best solution.
πŸ“Œ Don’t Do Laundry Today, It Will Be Cheaper Tomorrow

πŸ—‚ Category: DATA SCIENCE

πŸ•’ Date: 2024-10-21 | ⏱️ Read time: 19 min read

Analysing electricity price changes in London through causal inference
πŸ“Œ The Power of Optimization in Designing Experiments Involving Small Samples

πŸ—‚ Category:

πŸ•’ Date: 2024-10-21 | ⏱️ Read time: 11 min read

A step-by-step guide to designing more precise experiments using optimization in Python
πŸ“Œ Efficient Document Chunking Using LLMs: Unlocking Knowledge One Block at a Time

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

πŸ•’ Date: 2024-10-21 | ⏱️ Read time: 9 min read

This article explains how to use an LLM (Large Language Model) to perform the chunking…
πŸ“Œ SQL and Data Modelling in Action: A Deep Dive into Data Lakehouses

πŸ—‚ Category: SQL

πŸ•’ Date: 2024-10-21 | ⏱️ Read time: 12 min read

Lakehouses as a continuation of data warehouses and data lakes. What is this architecture about?
πŸ“Œ Linked Lists – Data Structures & Algorithms for Data Scientists

πŸ—‚ Category: DATA SCIENCE

πŸ•’ Date: 2024-10-21 | ⏱️ Read time: 6 min read

How linked lists and queues work under the hood
πŸ“Œ Evaluating Model Retraining Strategies

πŸ—‚ Category: MACHINE LEARNING

πŸ•’ Date: 2024-10-20 | ⏱️ Read time: 11 min read

How data drift and concept drift matter to choose the right retraining strategy?
πŸ“Œ Cognitive Prompting in LLMs

πŸ—‚ Category: MACHINE LEARNING

πŸ•’ Date: 2024-10-19 | ⏱️ Read time: 9 min read

Can we teach machines to think like humans?
πŸ“Œ Implementing β€œModular RAG” with Haystack and Hypster

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

πŸ•’ Date: 2024-10-18 | ⏱️ Read time: 13 min read

Transforming RAG Systems into LEGO-like Reconfigurable Frameworks
πŸ“Œ Implementing Anthropic’s Contextual Retrieval for Powerful RAG Performance

πŸ—‚ Category: MACHINE LEARNING

πŸ•’ Date: 2024-10-18 | ⏱️ Read time: 16 min read

This article will show you how to implement the contextual retrieval idea proposed by Anthropic
πŸ“Œ All you need to know about Non-Inferiority Hypothesis Test

πŸ—‚ Category: DATA SCIENCE

πŸ•’ Date: 2024-10-18 | ⏱️ Read time: 6 min read

A non-inferiority test proves that a new treatment is not worse than the standard by…
πŸ“Œ Calculating the Uncertainty Coefficient (Theil’s U) in Python

πŸ—‚ Category: PROBABILITY

πŸ•’ Date: 2024-10-18 | ⏱️ Read time: 5 min read

A measure of correlation between discrete (categorical) variables
πŸ“Œ What are Digital Twins?

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

πŸ•’ Date: 2024-10-18 | ⏱️ Read time: 7 min read

Bridging the physical and digital worlds
πŸ“Œ Reinforcement Learning for Physics: ODEs and Hyperparameter Tuning

πŸ—‚ Category: PHYSICS

πŸ•’ Date: 2024-10-17 | ⏱️ Read time: 13 min read

Controlling differential equations with gymnasium and optimizing algorithm hyperparameters