Machine Learning
38.9K subscribers
3.73K photos
31 videos
40 files
1.29K links
Machine learning insights, practical tutorials, and clear explanations for beginners and aspiring data scientists. Follow the channel for models, algorithms, coding guides, and real-world ML applications.

Admin: @HusseinSheikho
Download Telegram
πŸ“Œ 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
πŸ“Œ How to Export a Stata β€œNotebook” to HTML

πŸ—‚ Category: DATA SCIENCE

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

Create a shareable HTML document with your code, outputs, and graphs
πŸ“Œ Why You Should Be Hiring Methodologists

πŸ—‚ Category: DATA SCIENCE

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

β€œAll you need to do is develop your mind. If you have thought deeply, nearly…
πŸ“Œ Autoencoders: An Ultimate Guide for Data Scientists

πŸ—‚ Category: DEEP LEARNING

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

A beginner’s guide to the architecture, Python implementation, and a glimpse into the future