AI Ethics for the Everyday User – Why Should You Care?
A beginner's guide to understanding the importance of ethics in artificial intelligence- 27443Murphy2025-03-22
Basics of Probability Notations
Union, Intersection, Independence, Disjoint, Complement: Advanced Probability for Data Science Series (1)- 20163Murphy2025-03-22
Nine Pico PIO Wats with MicroPython (Part 2)
Raspberry Pi programmable IO pitfalls illustrated with a musical example- 21773Murphy2025-03-22
Bite-Size Data Science: Falling for the Gambler's Fallacy
Where the gambler's fallacy shows up in data science and what to do about it- 24417Murphy2025-03-22
The Three Phases of Learning Machine Learning
Part One: The beginner phase- 21275Murphy2025-03-22
Battle of the Ducks
DuckDB vs Fireducks: the ultimate throwdown- 29568Murphy2025-03-22
Visualize Data Streams in Python
Plotting continuous real-time data with deque- 20779Murphy2025-03-22
Ridge Regression: A Robust Path to Reliable Predictions
Learn how regularization reduces overfitting and improves model stability in linear regression.- 26833Murphy2025-03-22
Data Roles, Small Language Models, Knowledge Graphs, and More: Our January Must-Reads
The stories that resonated the most with our community in the past month- 26770Murphy2025-03-22
The .
Transform your .py files into .- 29386Murphy2025-03-22
How to do Date calculations in DAX
Moving back and forth in time is a common task for Time Intelligence in DAX. Let's take a deeper look on how DATEADD() works.- 22010Murphy2025-03-22
How GenAI Tools Have Changed My Work as a Data Scientist
An overview of the 4 use cases and 6 GenAI tools I use- 21143Murphy2025-03-22
Time Series Forecasting with MFLES
The newest method in StatsForecast- 25757Murphy2025-03-22
The AI Product Manager
An introduction to an exciting role leading impact with AI- 21030Murphy2025-03-22
Align Your Data Architecture for Universal Data Supply
Follow me through the steps on how to evolve your architecture to align with your business needs- 20413Murphy2025-03-22
Inequality in Practice: E-commerce Portfolio Analysis
From Mathematical Theory to Actionable Insights: A 6-Year Shopify Case Study- 21630Murphy2025-03-22
How to Make a Data Science Portfolio That Stands Out
Create a data science portfolio with Cloud-flare and HUGO- 23313Murphy2025-03-22
Can Machines Dream? On the Creativity of Large Language Models
Exploring the Role of Hallucinations, Dependencies, and Imagination in AI Creativity- 20246Murphy2025-03-22
5 Essential Tips Learned from My Data Science Journey
Personal reflections on my 10-year data odyssey- 24043Murphy2025-03-22
Fine-tuning Multimodal Embedding Models
Adapting CLIP to YouTube Data (with Python Code)- 21197Murphy2025-03-22
The current state of continual learning in AI
Why is ChatGPT only trained up until 2021?Optimizing Pandas Code: The Impact of Operation Sequence
Learn how to rearrange your code to achieve significant speed improvements.