Isochrones in Python
Highlighting walkability areas in Python- 25924Murphy2025-03-22
How To Log Databricks Workflows with the Elastic (ELK) Stack
A practical example of setting up observability for a data pipeline using best practices from SWE world- 29209Murphy2025-03-22
Reinforcement Learning for Physical Dynamical Systems: An Alternative Approach
Reintroducing genetic algorithms and comparing to neural networks- 25029Murphy2025-03-22
Python Set Is Way Faster Than List, True Or False?
Comprehensive performance comparison and discussion around data structure- 29692Murphy2025-03-22
Case-Study: Multilingual LLM for Questionnaire Summarization
An LLM Approach to Summarizing Students' Responses for course Questionnaires in Hebrew, Arabic and English- 24247Murphy2025-03-22
Can AI Agents Do Your Day-to-Day Tasks on Apps?
Benchmarking coding agents in a world of apps and people- 27574Murphy2025-03-22
Hands on Career Path Modelling Using Markov Chain, with Python
This is how I used basic probability to simulate career development- 27389Murphy2025-03-22
Introduction to Reinforcement Learning and Solving the Multi-armed Bandit Problem
Dissecting "Reinforcement Learning" by Richard S. Sutton with Custom Python Implementations, Episode I- 29678Murphy2025-03-22
Navigating Data Science: B2C vs. B2B Analytics
How customer types shape data science roles and methodologies- 26224Murphy2025-03-22
How to Create an LLM-Powered app to Convert Text to Presentation Slides: GenSlide – A Step-by-
Create a simple yet powerful application that uses LLMs to convert your written content to PowerPoint slides- 29325Murphy2025-03-22
Stable and fast randomization using hash spaces
Generate consistent assignments on the fly across different implementation environments- 29469Murphy2025-03-22
Does Data-Driven Storytelling Need to Be Objective?
Striking the balance between efficiency and engagement of your data-driven stories- 23116Murphy2025-03-22
Visualizing 3D Spatial Data With Pydeck
How to create building model maps in Python- 23087Murphy2025-03-22
Was Michael Scott the World's Best Boss?
Sentiment analysis of 'The Office' TV series using SchrutePy, NLTK and Hugging Face Transformers- 26411Murphy2025-03-22
A Simple Regularization for Your GANs
In 2018, I had the privilege of orally presenting my paper at the AAAI conference. A common feedback was that the insights were clearer in the presentation than in the paper. Although some time has passed since then, I believe there’s still value in- 28081Murphy2025-03-22
How to Stand Out in Your Data Scientist Interview
A tip from my experience hiring Data Scientists, which even seasoned professionals aren't aware of- 22896Murphy2025-03-22
Python Poetry – The Best Data Science Dependency Management Tool?
Poetry makes deploying machine learning applications a breeze - learn how!- 21576Murphy2025-03-22
Done is Better Than Perfect
How to be more pragmatic as a Data Scientist, and why it matters for your career- 25520Murphy2025-03-22
GenAI Is Revolutionizing Search
And why you and your company should care- 22466Murphy2025-03-22
Using Llama 3 for Building AI Agents
Comprehensive guide to building AI Agents with Llama 3 function calling capabilities.- 26446Murphy2025-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.