Logistic Regression: Deceptively Flawed
When can large odds ratios and perfectly separated data bite you?- 23191Murphy2025-03-23
Grover's Quantum Search Algorithm
A visual explanation of one of the first quantum algorithms- 27231Murphy2025-03-23
Exposing sklearn machine learning models in Power BI
In this post I explain how to build an sklearn pipeline and make it available in Power BI. The code is included.- 20976Murphy2025-03-23
Decision Analysis and Trees in Python – The Case of the Oakland A's
Using decision trees in Python to extract insight into the A's decision to move to Las Vegas- 26623Murphy2025-03-23
Lists, Tuples, Dictionaries, And Data Frames in Python: The Complete Guide
All you need to know to master the most used data structures in Python- 26693Murphy2025-03-23
Improve your Gradient Descent: The Epic Quest for the Optimal Stride
Techniques for Optimizing Step-Size/Learning Rate in Gradient Descent for Machine Learning- 29675Murphy2025-03-23
How Well Do GPT Models Follow Prompts?
Part 2 of a study on generative AI usage and testing- 23291Murphy2025-03-23
Understanding What We Lose
How We Tackle Catastrophic Forgetting in LLMs- 29063Murphy2025-03-23
Interacting with large language models
Enriching prompts to steer the model - explained for non-experts- 27677Murphy2025-03-23
How to Interpret Linear Regression Coefficients | Complete Guide
A complete guide from simple to advanced models- 24388Murphy2025-03-23
Using ChatGPT to Translate R Code to Python
The first step into translating your code base.- 21671Murphy2025-03-23
The Return of the Fallen: Transformers for Forecasting
Introducing a new transformer model: PatchTST- 25446Murphy2025-03-23
Applying LLMs to Enterprise Data: Concepts, Concerns, and Hot-Takes
Ask GPT-4 to prove there are infinite prime numbers - while rhyming - and it delivers. But ask it how your company did last quarter, and...- 29358Murphy2025-03-23
Unsupervised Machine Learning: Explore a List of Models that work without Output Labels
Learn the underlying working of various unsupervised machine learning models and how they are able to generate predictions without output...- 28534Murphy2025-03-23
Fast String Processing with Polars – Scam Emails Dataset
Clean, process and tokenise texts in milliseconds using in-built Polars string expressions- 29008Murphy2025-03-23
Delta Lake – Deletion Vectors
How are deletion vectors related to DML commands and how can they improve write performance?- 22531Murphy2025-03-23
Testing Language Models (and Prompts) Like We Test Software
TL;DR: You should- 25657Murphy2025-03-23
Logarithmic Transformation for Beginners
Unit-free interpretation of association and other benefits- 28449Murphy2025-03-23
Docker for Data Science
An introduction and application of Docker for Data Scientists- 20690Murphy2025-03-23
Summarising Best Practices for Prompt Engineering
How to build your own LLM-based application using OpenAI API- 28974Murphy2025-03-23
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.