The Next Frontier in LLM Accuracy
Exploring the Power of Lamini Memory Tuning- 21497Murphy2025-03-22
Harnessing Polars and Geopandas to Generate Millions of Transects in Seconds
Making the bears play nice- 28498Murphy2025-03-22
AI-Powered Information Extraction and Matchmaking
Developing an application for extracting key profile information from CVs and recommending jobs aligned with the profile- 26103Murphy2025-03-22
Journey to Full-Stack Data Scientist: Model Deployment
An introduction to productionizing a machine learning model using APIs and Docker.- 25141Murphy2025-03-22
How to Run Jupyter Notebooks and Generate HTML Reports with Python Scripts
A step-by-step guide to automating Jupyter Notebook execution and report generation using Python- 29257Murphy2025-03-22
What to Do If the Logit Decision Boundary Fails?
Feature engineering for classification models using Bayesian Machine Learning- 22013Murphy2025-03-22
Awesome Plotly with Code Series (Part 7): Cropping the y-axis in Bar Charts
Is there ever a good reason for starting a bar chart above zero?- 25613Murphy2025-03-22
Mastering Transparent Images: Adding a Background Layer
How to Process Images with an Alpha Channel using OpenCV + Python- 30106Murphy2025-03-22
Linearizing Llama
Speeding Up Llama: A Hybrid Approach to Attention Mechanisms- 20443Murphy2025-03-22
Predicting a Ball Trajectory
Polynomial Fit in Python with NumPy- 21858Murphy2025-03-22
Google's Willow Quantum Computing Chip: A Game Changer?
Suppressing Logical Errors Exponentially! For the First Time- 21498Murphy2025-03-22
Measuring The Execution Times of C Versus Rust
Is C is faster than Rust? I had always assumed the answer to that question to be yes, but I recently felt the need to test my assumptions.- 21927Murphy2025-03-22
Encapsulation: A Software Engineering Concept Data Scientists Must Know To Succeed
Simple concepts that differentiate a professional from amateurs- 28201Murphy2025-03-22
Sustainable Business Strategy with Data Analytics
Use data analytics to help companies design and implement strategic sustainability roadmaps to reduce their environmental footprint.- 24161Murphy2025-03-22
Why Variable Scoping Can Make or Break Your Data Science Workflow
Let's kick off 2025 by writing some clean code together- 27315Murphy2025-03-22
An Overview of Feature Selection
With a presentation of a rarely used, highly effective method for establishing the predictive power of a given set of features- 28191Murphy2025-03-22
The Build vs. Buy Dilemma for GenAI Applications
A strategic guide to build vs. buy for GenAI- 24826Murphy2025-03-22
Easy Map Boundary Extraction with GeoPandas
How to visualize country borders with Python- 26822Murphy2025-03-22
All The SQL a Data Scientist Needs to Know
What you need to know, best practices, and where you can practice your skills- 26927Murphy2025-03-22
Meet GPT, The Decoder-Only Transformer
Understanding and implementing the GPT-1, GPT-2 and GPT-3 architectures- 28588Murphy2025-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.