Is Complex Writing Nothing But Formulas?
Text analytics hints at how volumes of writing get created- 29730Murphy2025-03-22
Why "AI Can't Reason" Is a Bias
We humans are proud creatures- 28259Murphy2025-03-22
Measuring the Cost of Production Issues on Development Teams
Deprioritizing quality sacrifices both software stability and velocity, leading to costly issues. Investing in quality boosts speed and...- 28415Murphy2025-03-22
Ranking Basics: Pointwise, Pairwise, Listwise
Because thy neighbour matters- 26377Murphy2025-03-22
Let's Learn a Little About Computer Vision via Sudoku
Solving Sudoku is a fun challenge for coding, and adding computer vision to populate the puzzle ties this with a popular ML technique- 22965Murphy2025-03-22
A Design Researcher's Guide to Publishing
Turn 'publish or perish' into 'learn, write, and share'- 28685Murphy2025-03-22
When Averages Lie: Moving Beyond Single-Point Predictions
The Case for Predicting Full Probability Distributions in Decision-Making- 29518Murphy2025-03-22
Credit Card Fraud Detection with Different Sampling Techniques
How to deal with imbalanced data- 24843Murphy2025-03-22
The Essential Guide to R and Python Libraries for Data Visualization
Let's dive into the most important libraries in R and Python to visualise data and create different charts, and what the pros and cons are- 27369Murphy2025-03-22
Structured LLM Output Using Ollama
Control your model responses effectively- 29985Murphy2025-03-22
Epic "Crossover" Between AlphaFold 3 and GPT-4o's Knowledge of Protein Data Bank E
Exploring how GPT-4o's knowledge of the Protein Data Bank coupled to systems like AlphaFold 3 could allow for new ways to search and study...- 23556Murphy2025-03-22
Four Career-Savers Data Scientists Should Incorporate into Their Work
You might damage your data science career progress without even realising it - but avoiding that fate isn't too difficult- 26783Murphy2025-03-22
The Invisible Bug That Broke My Automation: How OCR Changed The Game
The evolution of AI in test automation: from locators to generative AI (Part 3)- 29669Murphy2025-03-22
2024 in Review: What I Got Right, Where I Was Wrong, and Bolder Predictions for 2025
What I got right (and wrong) about trends in 2024 and daring to make bolder predictions for the year ahead- 29249Murphy2025-03-22
USGS DEM Files: How to Load, Merge, and Crop with Python
A quick guide to prepping digital elevation data- 25494Murphy2025-03-22
Will Your Christmas Be White? Ask An AI Weather Model!
Learn how to visualize AI weather and create your own forecast for the holidays- 21494Murphy2025-03-22
Linear Optimisations in Product Analytics
Solving the knapsack problem- 22693Murphy2025-03-22
The Good, the Bad, and the Ugly: Memory for a Neural Network
Memory can play tricks, to learn best it is not always good to memorize- 25989Murphy2025-03-22
A Case for Bagging and Boosting as Data Scientists' Best Friends
Leveraging wisdom of the crowd in ML models.- 26826Murphy2025-03-22
Four Signs It's Time to Leave Your Data Science Job
Four tell-tale signs that you should look for another job- 22845Murphy2025-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.