Data Science Machine Learning Data Analysis
37.7K subscribers
2.51K 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
πŸ“Œ The Key to Smarter Models: Tracking Feature Histories

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

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

Capture context and improve predictions with historical data
πŸ“Œ From Default Python Line Chart to Journal-Quality Infographics

πŸ—‚ Category: ANALYTICS

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

Transform boring default Matplotlib line charts into stunning, customized visualizations
πŸ“Œ Mastering Model Uncertainty: Thresholding Techniques in Deep Learning

πŸ—‚ Category: DATA SCIENCE

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

A few words on thresholding, the softmax activation function, introducing an extra label, and considerations…
πŸ“Œ How to Build a Resume Optimizer with AI

πŸ—‚ Category:

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

Step-by-step guide with example Python code
πŸ“Œ How to Build a Graph RAG App

πŸ—‚ Category:

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

The accompanying code for the app and notebook are here. Knowledge graphs (KGs) and Large Language…
πŸ“Œ I Combined the Blockchain and AI to Generate Art. Here’s What Happened Next.

πŸ—‚ Category: BLOCKCHAIN

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

Using LLMs to create artistic representations of data
❀2
πŸ“Œ Introducing n-Step Temporal-Difference Methods

πŸ—‚ Category: MACHINE LEARNING

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

Dissecting β€œReinforcement Learning” by Richard S. Sutton with custom Python implementations, Episode V
πŸ“Œ Superposition: What Makes it Difficult to Explain Neural Network

πŸ—‚ Category: MACHINE LEARNING

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

When there are more features than model dimensions
❀1
πŸ“Œ Deep Dive into Multithreading, Multiprocessing, and Asyncio

πŸ—‚ Category:

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

How to choose the right concurrency model
πŸ“Œ Measuring Cross-Product Adoption Using dbt_set_similarity

πŸ—‚ Category: SQL

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

Enhancing cross-product insights within dbt workflows
πŸ“Œ Master Bots Before Starting with AI Agents: Simple Steps to Create a Mastodon Bot with Python

πŸ—‚ Category: PROGRAMMING

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

I recently published a post on Mastodon that was shared by six other accounts within…
πŸ“Œ Understanding the Optimization Process Pipeline in Linear Programming

πŸ—‚ Category:

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

An introduction to the backend and frontend processes in linear programming, including the mathematical programming…
❀1
πŸ“Œ Lessons from COVID-19: Why Probability Distributions Matter

πŸ—‚ Category: COVID-19

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

Understanding Distributions with Extremes: Probability for Data Science Series (END)
❀1
πŸ“Œ Track Computer Vision Experiments with MLflow

πŸ—‚ Category:

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

Discover how to set up an efficient MLflow environment to track your experiments, compare and…
πŸ“Œ How Neural Networks Learn: A Probabilistic Viewpoint

πŸ—‚ Category: MACHINE LEARNING

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

Understanding Loss Functions in Training Neural Networks
πŸ“Œ Linearizing Attention

πŸ—‚ Category: LARGE LANGUAGE MODELS

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

Breaking the Quadratic Barrier: Modern Alternatives to Softmax Attention
πŸ“Œ Your Company Needs Small Language Models

πŸ—‚ Category: CHATGPT

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

When specialized models outperform general-purpose models
❀1
πŸ“Œ Calculating a linear extrapolation (or Trend) in DAX

πŸ—‚ Category:

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

In DAX there is no built-in method to calculate a Trend. Therefore we must do…
❀1
πŸ“Œ Training LLM, from Scratch, in Rust

πŸ—‚ Category: MACHINE LEARNING

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

In this companion article, I’ll show my implementation for training from scratch a GPT-like model,…
πŸ“Œ Understanding When and How to Implement FastAPI Middleware (Examples and Use Cases)

πŸ—‚ Category: DATA SCIENCE

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

Supercharge Your FastAPI with Middleware: Practical Use Cases and Examples
πŸ“Œ Jingle Bells and Statistical Tests

πŸ—‚ Category: STATISTICS

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

Data Types, Hypotheses and Statistical Tests That Fit Them with Festive Christmas Market Examples