Water Cooler Small Talk, Ep 6: Benford's Law
A look into the strange first digit distribution of naturally occurring datasets- 28664Murphy2025-03-22
Build your own Annotation Tool for Image Classification in 5 Minutes
How to label an image dataset with OpenCV and Python- 27534Murphy2025-03-22
Skills a Data Scientist Must Have (But a Software Engineer Doesn't)
I guided a friend through her career transition to being an ML engineer.- 23516Murphy2025-03-22
Developing an AI-Powered Smart Guide for Business Planning & Entrepreneurship
A LangGraph-based advanced agentic RAG with standard business guides, AI-based web search, trusted sources, and a hybrid search leveraging...- 20205Murphy2025-03-22
The Death of Human-Written Code Tutorials in the ChatGPT Era … Or Not?
An argument in favor of human-written coding tutorials in the new age of LLMs.- 29057Murphy2025-03-22
Modern Data And Application Engineering Breaks the Loss of Business Context
Here's how your data retains its business relevance as it travels through your enterprise- 20738Murphy2025-03-22
How to Log Your Data with MLflow
Mastering data logging in MLOps for your AI workflow- 21056Murphy2025-03-22
Zero-Shot Player Tracking in Tennis with Kalman Filtering
Automated tennis tracking without labels: GroundingDINO, Kalman filtering, and court homography.- 26191Murphy2025-03-22
The Concepts Data Professionals Should Know in 2025: Part 1
From Data Lakehouses to Event-Driven Architecture - Master 12 data concepts and turn them into simple projects to stay ahead in IT.- 23585Murphy2025-03-22
Designing, Building & Deploying an AI Chat App from Scratch (Part 1)
Microservices Architecture and Local Development- 28290Murphy2025-03-22
Designing, Building & Deploying an AI Chat App from Scratch (Part 2)
Cloud Deployment and Scaling- 21868Murphy2025-03-22
A Practical Exploration of Sora – Intuitively and Exhaustively Explained
A new cutting edge video generation tool, and the theory behind it- 27245Murphy2025-03-22
The Concepts Data Professionals Should Know in 2025: Part 2
From AI Agent to Human-In-The-Loop - Master 12 critical data concepts and turn them into simple projects to stay ahead in IT.- 22417Murphy2025-03-22
Where to Start when Data is Limited: A Guide
Overcome small data constraints & ambitious performance requirements-leveraging modern ML to surpass conventional methods.- 26215Murphy2025-03-22
Learn to Build Advanced AI Image Applications
By building an interior designer in ComfyUI- 29435Murphy2025-03-22
Five Key Lessons for Google Earth Engine Beginners
Hands-On Insights from a Python API user- 20748Murphy2025-03-22
RAG Isn't Immune to LLM Hallucination
How to measure how much of your RAG's output is correct- 22335Murphy2025-03-22
Understanding the Evolution of ChatGPT: Part 3- Insights from Codex and InstructGPT
Mastering the art of fine-tuning: Learnings for training your own LLMs.- 22108Murphy2025-03-22
Data-Driven Decision Making with Sentiment Analysis in R
Leveraging the Quanteda, Textstem and Sentimentr Packages to Extract Customer Insights and Enhance Business Strategy- 27385Murphy2025-03-22
My Experience Switching From Power BI to Looker (as a Senior Data Analyst)
What you need to know before you switch from Power BI to Looker.- 23610Murphy2025-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.