My First Steps into Mastering SAP’s Data Models

Hello Medium readers! I’m excited to share some learnings from a recent project where I dived into the complexity of SAP’s data models.

towardsdatascience.com 10 hours ago

Uncertainty Quantification and Why You Should Care

Let’s assume we want to buy a house. Before we do so, we want to verify that the advertised price of 400,000 € is reasonable. For this, we use a model that, based on the number of rooms, the size and…

towardsdatascience.com 10 hours ago

physipy: Make Python Unit-Aware

Have you ever done engineering/scientific computation with Python, and ended up lost or confused about which unit your variable was expressed in, like “is that the value in meters or millimeters”? Or…

towardsdatascience.com 10 hours ago

Meta LLAMA 3 — Most Capable Open LLM

Meta AI has introduced more powerful and next0generation assistant, LLAMA3. It is the most capable open LLM available in the market till date.

medium.com_towards-ai 13 hours ago

How to Detect Floods in Satellite Imagery, Case Study: Dubai Flooding

Over the weekend, as I scrolled through my Twitter feed, I saw the news about Dubai Airport getting flooded during a rare storm (more than 250 mm of rainfall in 24 hours!!). I hoped to find clear…

towardsdatascience.com 21 hours ago

Organizing Python Functions in Utility Classes

Python offers powerful tools for OOP programming. You can create a variety of class types, use inheritance and composition, create callable objects; basically, you can create a wide array of custom…

towardsdatascience.com 21 hours ago

Permutation Feature Importance from Scratch

If you look under the hood of the most advanced XAI methods, you will find permutations. SHAP, LIME, PDPs & ICE Plots, ALEs and Friedman's H-stat all rely on them. This is why understanding…

towardsdatascience.com 22 hours ago

Spatial Challenges in RCTs

Randomized Controlled Trials (RCTs) are a standard approach to studying cause-effect relationships and identifying the impact or effectiveness of new treatments, interventions, and policies. Still…

Introduction to Kaggle and Scoring Top 7% in the Titanic Competition

Kaggle is a fun platform hosting a variety of data science and machine learning competitions — covering topics such as sports, energy or autonomous driving. In this post we will give an introduction…

Speak, Don’t Type: Exploring Voice Interaction with LLMs [Part 1]

Many LLMs, particularly those that are open-source, have typically been limited to processing text or, occasionally, text with images (Large Multimodal Models or LMMs). But what if you want to…