Free From Limitations: The Validation of Machine Hallucinations at MoMA
A behind-the-scenes look at the creation of a human/AI art collaboration- 29587Murphy2025-03-23
Efficient Deep Learning: Unleashing the Power of Model Compression
Accelerate model inference speed in production- 30091Murphy2025-03-23
A Pythonista's Intro to Semantic Kernel
In this blog post, I shall demonstrate how to get started with the Semantic Kernel using Python.- 27329Murphy2025-03-23
Building AI products with a holistic mental model
Your tool for the ideation, planning, and definition of AI systems by cross-disciplinary teams- 20629Murphy2025-03-23
Analyzing Geospatial Data with Python (Part 2 – Hypothesis Test)
Learning about Geospatial Hypothesis test for Asheville's AirBnb listings.- 26173Murphy2025-03-23
Python: Computing Integrals the Right Way
Muscle-up your integral game with python- 20683Murphy2025-03-23
GLIP: Introducing Language-Image Pre-Training to Object Detection
Grounded Language-Image Pre-training by L. H. Li et. al.- 28358Murphy2025-03-23
New ChatGPT Prompt Engineering Technique: Program Simulation
A potentially novel technique for turning a ChatGPT prompt into a mini-app.- 23008Murphy2025-03-23
Configuring Nemo-Guardrails Your Way: An Alternative Method for Large Language Models
As advancements in Large Language Models (LLMs) continue to revolutionize various applications, the challenge of ensuring their safe and...- 25307Murphy2025-03-23
Ink to Insights: Comparing SQL and Python Queries using Bookshop Analytics
Which approach is better for your exploratory data analysis?- 22365Murphy2025-03-23
Effective Load Balancing with Ray on Amazon SageMaker
A method for increasing DNN training efficiency and reducing training costs- 22201Murphy2025-03-23
Meta-Heuristics Explained: Ant Colony Optimization
An introduction to a lesser-known heuristic based on the behavior of ants- 22072Murphy2025-03-23
Tidying Up the Framework of Dataset Shifts: The Example
How the conditional probability changes as a function of the three probability elements- 23934Murphy2025-03-23
Should You Kickstart Your Career in FAANG or a Startup?
Examples from my experience at Spotify, and how I'm developing as a Junior Data Scientist- 26539Murphy2025-03-23
CatBoost Regression: Break It Down For Me
A comprehensive (and illustrated) breakdown of the inner workings of CatBoost- 29327Murphy2025-03-23
Creating a Project Updates Tracker in Excel Using VBA
Three simple steps to track project updates in Excel and log them- 22893Murphy2025-03-23
Is PyTorch's Nesterov Momentum Implementation Wrong?
We examine and explain the differences between the original formulation of Nesterov momentum and PyTorch's implementation.- 24247Murphy2025-03-23
Quantize Llama models with GGUF and llama.cpp
GGML vs. GPTQ vs. NF4- 26420Murphy2025-03-23
How to Ace the Data Science Bootcamp: A Complete Guide
A full guide on how to prepare for a bootcamp, successfully complete the course, and act afterward- 27969Murphy2025-03-23
Natural Language Processing For Absolute Beginners
Solving complex NLP tasks in 10 lines of Python code- 29339Murphy2025-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.