Codú

Towards Data Science's Coding Profile

Avatar for Towards Data Science

Towards Data Science

@towards-data-science

towardsdatascience.com

Articles (306)

Towards Data Science8 min

Behavior is the New Credential

We are living through a paradigm shift in how we prove we are who we say we are online. Instead of asking What do you know? (password, PIN, mother’s maiden name) or What do you look like? (Face ID, fingerprint) the question has become How do you behave? The post Behavior is the New Credential appear...

0
0
Towards Data Science22 min

DenseNet Paper Walkthrough: All Connected

When we try to train a very deep neural network model, one issue that we might encounter is the vanishing gradient problem. This is essentially a problem where the weight update of a model during training slows down or even stops, hence causing the model not to improve. When a network is very deep,...

0
0
Towards Data Science17 min

Building a Personal AI Agent in a couple of Hours

I’ve been so surprised by how fast individual builders can now ship real and useful prototypes. Tools like Claude Code, Google AntiGravity, and the growing ecosystem around them have crossed a threshold: you can inspect what others are building online and realize just how fast you can build today. O...

0
0
Towards Data Science8 min

Following Up on Like-for-Like for Stores: Handling PY

My last article was about implementing Like-for-Like (L4L) for Stores. After discussing my solution with my peers and clients, I encountered an interesting issue that brought additional requirements to my first solution. This is what I want to discuss here. The post Following Up on Like-for-Like for...

0
0
Towards Data Science15 min

Causal Inference Is Eating Machine Learning

Your ML model predicts perfectly but recommends wrong actions. Learn the 5-question diagnostic, method comparison matrix, and Python workflow to fix it with causal inference. The post Causal Inference Is Eating Machine Learning appeared first on Towards Data Science.

0
0
Towards Data Science13 min

Escaping the SQL Jungle

Most data platforms don’t break overnight; they grow into complexity, query by query. Over time, business logic spreads across SQL scripts, dashboards, and scheduled jobs until the system becomes a “SQL jungle.” This article explores how that happens and how to bring structure back. The post Escapin...

0
0
Towards Data Science13 min

The Math That’s Killing Your AI Agent

An 85% accurate AI agent fails 4 out of 5 times on a 10-step task. Learn the compound probability math behind production failures (and the 4-check pre-deployment framework to fix it). The post The Math That’s Killing Your AI Agent appeared first on Towards Data Science.

0
0
Towards Data Science13 min

The Multi-Agent Trap

Google DeepMind found multi-agent networks amplify errors 17x. Learn 3 architecture patterns that separate $60M wins from the 40% that get canceled. The post The Multi-Agent Trap appeared first on Towards Data Science.

0
0
Towards Data Science14 min

Why Most A/B Tests Are Lying to You

The 4 statistical sins that invalidate most A/B tests, plus a pre-test checklist and Bayesian vs frequentist decision framework you can use Monday. The post Why Most A/B Tests Are Lying to You appeared first on Towards Data Science.

0
0
Towards Data Science11 min

Building a Like-for-Like solution for Stores in Power BI

Like-for-Like (L4L) solutions are essential for comparing elements. It's about comparing only comparable elements, in this case, comparing stores over time. Let's see a solution built in a Semantic model. The post Building a Like-for-Like solution for Stores in Power BI appeared first on Towards Dat...

0
0
Towards Data Science14 min

Take a Deep Dive into Filtering in DAX

Have you ever wondered what happens when you apply a filter in a DAX expression? Well, Today I will take you on a deep dive into this fascinating topic, with examples to help you learn something new and surprising. The post Take a Deep Dive into Filtering in DAX appeared first on Towards Data Scienc...

0
0
Towards Data Science16 min

Optimizing Deep Learning Models with SAM

A deep dive into the Sharpness-Aware-Minimization (SAM) algorithm and how it improves the generalizability of modern deep learning models The post Optimizing Deep Learning Models with SAM appeared first on Towards Data Science.

0
0
Towards Data Science16 min

Can AI Solve Failures in Your Supply Chain?

When your warehouse and transportation teams blame each other for late deliveries, who's right? We can ask an agent connected to the data settle the debate. The post Can AI Solve Failures in Your Supply Chain? appeared first on Towards Data Science.

0
0
Towards Data Science7 min

The Evolving Role of the ML Engineer

Stephanie Kirmer on the $200 billion investment bubble, how AI companies can rebuild trust, and how her day-to-day work changed with the rise of LLMs. The post The Evolving Role of the ML Engineer appeared first on Towards Data Science.

0
0
Towards Data Science13 min

AWS vs. Azure: A Deep Dive into Model Training – Part 2

This article covers how Azure ML's persistent, workspace-centric compute resources differ from AWS SageMaker's on-demand, job-specific approach. Additionally, we explored environment customization options, from Azure's curated environments and custom environments to SageMaker's three level of custom...

0
0
Towards Data Science6 min

Building Systems That Survive Real Life

Sara Nobrega on the transition from data science to AI engineering, using LLMs as a bridge to DevOps, and the one engineering skill junior data scientists need to stay competitive. The post Building Systems That Survive Real Life appeared first on Towards Data Science.

0
0