by Dr. Owns | Dec 6, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
How I keep up with papers with a mix of manual and AI-assisted reading The post Reading Research Papers in the Age of LLMs appeared first on Towards Data Science. How I keep up with papers with a mix of manual and AI-assisted reading The post Reading Research Papers...
by Dr. Owns | Dec 6, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
During the first days of this Machine Learning Advent Calendar, we explored models based on distances. Today, we switch to a completely different way of learning: Decision Trees. With a simple one-feature dataset, we can see how a tree chooses its first split. The...
by Dr. Owns | Dec 6, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Testing that your AI agent is performing as expected is not easy. Here are a few strategies we learned the hard way. The post How We Are Testing Our Agents in Dev appeared first on Towards Data Science. Testing that your AI agent is performing as expected is not...
by Dr. Owns | Dec 5, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Cursor is great at writing code but not as good when it comes to design The post The Step-by-Step Process of Adding a New Feature to My IOS App with Cursor appeared first on Towards Data Science. Cursor is great at writing code but not as good when it comes to design...
by Dr. Owns | Dec 5, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
This article introduces the Gaussian Mixture Model as a natural extension of k-Means, by improving how distance is measured through variances and the Mahalanobis distance. Instead of assigning points to clusters with hard boundaries, GMM uses probabilities learned...
by Dr. Owns | Dec 5, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
What a simple puzzle game reveals about experimentation, product thinking, and data science The post A Product Data Scientist’s Take on LinkedIn Games After 500 Days of Play appeared first on Towards Data Science. What a simple puzzle game reveals about...