Optimization with Surrogate Models via Symbolic Regression
A step-by-step example- 28224Murphy2025-03-22
How to Level Up Your Data Visualization Skills in 2024
Our weekly selection of must-read Editors' Picks and original features- 28505Murphy2025-03-22
Reduce Bias in Time Series Cross Validation with Blocked Split
What to do when TimeSeriesSplit overfits- 21404Murphy2025-03-22
A Tale of Connected Cars and Overlapping Regulations
A Case Study Examining the Impact of the Data Act, the GDPR and the AI Act on Connected Cars- 28140Murphy2025-03-22
The Marketing Reporting Gap
Why do marketers turn to spreadsheets and how to close this gap- 24560Murphy2025-03-22
How is Causal Inference Different in Academia and Industry?
A Bonus Article for "The Book of Why" Series- 29051Murphy2025-03-22
Blending Text and Symbols: A Path to Robust LLM Reasoning
Artificial intelligence software was used to enhance the grammar, flow, and readability of this article's text.- 22781Murphy2025-03-22
Temporal Graph Learning in 2024
Continue the journey for evolving networks- 23432Murphy2025-03-22
A Beginner's Guide to Building Knowledge Graphs from Videos
Build a pipeline to analyze and store the data within videos.- 25319Murphy2025-03-22
Is Matplotlib Still the Best Python Library for Static Plots?
Is the ubiquitous original still the master?- 23057Murphy2025-03-22
The Origins of Lifelong ML: Part 1 of Why LLML is the Next Game-changer of AI
Understanding the power of Lifelong Machine Learning through Q-Learning and Explanation-Based Neural Networks- 22304Murphy2025-03-22
About Calculating Sales depending on another Value in DAX
Measures aggregate the Values from columns in one Fact table. But what if we need a dependency to another table?- 28744Murphy2025-03-22
Examining Lifelong Machine Learning through ELLA and Voyager: Part 2 of Why LLML is Next in AI
(Read Part 1 Before) Understanding the power of Lifelong Learning through the Efficient Lifelong Learning Algorithm (ELLA) and VOYAGER- 27610Murphy2025-03-22
Adaption of Generative Methods for Anonymization will Revolutionize Data Sharing and Privacy
Understand why synthetic data created by more traditional generative AI methods is set for mainstream adoption.- 28050Murphy2025-03-22
Pearson vs Spearman Correlation: Find Harmony between the Variables
Which measure of correlation should you use for your task? Learn all you need to know about Pearson and Spearman correlations.- 26386Murphy2025-03-22
Evaluating Cinematic Dialogue - Which syntactic and semantic features are predictive of genre?
This article explores the relationship between a movie's dialogue and its genre, leveraging domain-driven data analysis and informed...- 25785Murphy2025-03-22
A Weekend AI Project: Running Speech Recognition and a LLaMA-2 GPT on a Raspberry Pi
A fully offline use of Whisper ASR and LLaMA-2 GPT Model- 29823Murphy2025-03-22
Courage to Learn ML: Explain Backpropagation from Mathematical Theory to Coding Practice
Transforming Backpropagation's Complex Math into Manageable and Easy-to-Learn Bites- 25141Murphy2025-03-22
Building, Evaluating and Tracking a Local Advanced RAG System | Mistral 7b + LlamaIndex + W&B
Learn how to build, evaluate and track advanced RAG system using local Mistral-7b, LlamaIndex, and W&B. Step-by-step guide with code.- 25056Murphy2025-03-22
How to Make Yourself More Layoff-Proof as a Data Scientist
What tech layoffs taught me in 2023- 27226Murphy2025-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.