Machine Learning
38.9K subscribers
3.72K 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
πŸ“Œ Denormalisation: Thoughtful Optimisation or Irrational Avant-Garde?

πŸ—‚ Category: DATA SCIENCE

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

Perspective on Performance Optimisation and Data Quality
πŸ“Œ Which Regression technique should you use?

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

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

Here’s a taxonomy of what is the best regression technique based on your specific dataset
πŸ“Œ Data Scaling 101: Standardization and Min-Max Scaling Explained

πŸ—‚ Category: DATA ENGINEERING

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

When to use MinMaxScaler vs StandardScaler vs something else
πŸ“Œ Algorithm-Agnostic Model Building with MLflow

πŸ—‚ Category: MACHINE LEARNING

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

A beginner-friendly step-by-step guide to creating generic ML pipelines using mlflow.pyfunc
πŸ“Œ Running a SOTA 7B Parameter Embedding Model on a Single GPU

πŸ—‚ Category:

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

In this post I will explain how to run a state-of-the-art 7B parameter LLM based…
πŸ“Œ Improving Code Quality During Data Transformation with Polars

πŸ—‚ Category:

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

Optimize your data workflows with Polars by improving code quality and refining transformations with these…
πŸ“Œ Structured Outputs and How to Use Them

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

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

Building robustness and determinism in LLM applications
πŸ“Œ Pre-Commit & Git Hooks: Automate High Code Quality

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

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

How to improve your code quality with pre-commit and git hooks
πŸ“Œ KernelSHAP can be misleading with correlated predictors

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

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

A concrete case study
πŸ“Œ AI for the Absolute Novice – Intuitively and Exhaustively Explained

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

πŸ•’ Date: 2024-08-09 | ⏱️ Read time: 40 min read

From β€œI’ve never coded” to making an AI model from scratch.
πŸ“Œ LLMOps – Serve a Llama-3 model with BentoML

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

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

Quickly set up LLM APIs with BentoML and Runpod
πŸ“Œ We Need to Raise the Bar for AI Product Managers

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

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

How to Stop Blaming the β€˜Model’ and Start Building Successful AI Products
πŸ“Œ Create Stronger Decision Trees with bootstrapping and genetic algorithms

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

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

A technique to better allow decision trees to be used as interpretable models
πŸ“Œ Ask Not What AI Can Do for You – Ask What You Can Achieve with AI

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

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

Unlock AI for Everyone: Discover How You Can Use LLMs in Everyday Tasks
πŸ“Œ 3 Key Tweaks That Will Make Your Matplotlib Charts Publication Ready

πŸ—‚ Category: DATA SCIENCE

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

Matplotlib charts are an eyesore by default – here’s what to do about it.
πŸ“Œ The Big Questions Shaping AI Today

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

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

Our weekly selection of must-read Editors’ Picks and original features
πŸ“Œ 5 Proven Query Translation Techniques To Boost Your RAG Performance

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

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

How to get near-perfect LLM performance even with ambiguous user inputs
πŸ“Œ How to Use Machine Learning to Inform Design Decisions and Make Predictions

πŸ—‚ Category: DATA SCIENCE

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

An Introductory Guide and Use Case for Applied Data Science
πŸ“Œ Spatial Interpolation in Python

πŸ—‚ Category: DATA SCIENCE

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

Using the Inverse Distance Weighting method to infer missing spatial data
πŸ“Œ Reinforcement Learning, Part 6: n-step Bootstrapping

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

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

Pushing the boundaries: generalizing temporal difference algorithms