A comprehensive guide to new models GPT4o-mini, Llama 3.1, Mistral NeMo 12B and other GenAI trends- 26449Murphy2025-03-22
How to use Python and OSMnx to create beautiful visuals of global cities' road networks.- 29982Murphy2025-03-22
Photo by Leo_Visions on Unsplash 0. Introduction MonteCarlo Integration Numerical methods become essential when closed-form solutions for integrals are unavailable. While traditional numerical integration techniques like trapezoidal integration are highly- 29851Murphy2025-03-22
Moving data around can be slow. Here's how you can squeeze every bit of performance optimization out of Python.- 27045Murphy2025-03-22
Containerising and running dbt projects with Artifact Registry, Cloud Composer, GitHub Actions and dbt-airflow- 29079Murphy2025-03-22
You will not think about using Regular Expressions anymore.- 23685Murphy2025-03-22
An overview of how to leverage streaming using open source tools applied to building a simple agentic chat bot- 21981Murphy2025-03-22
Learn from Software Engineers and Discover the Joy of 'Worse is Better' Thinking- 27166Murphy2025-03-22
How to build your very first SimSiam model with FashionMNIST- 27846Murphy2025-03-22
Increase your chances of landing that first data role- 24477Murphy2025-03-22
Rethinking data warehousing: Why redefinition is necessary even beyond Modern Data Warehouse (MDW) and Lakehouse Models- 21428Murphy2025-03-22
Machine Learning unknowns that researchers struggle to understand - from Batch Norm to what SGD hides- 28936Murphy2025-03-22
by Tomas Jancovic (It’s AI Thomas) Sunday, 28 Jul 2024 (updated 3 Aug 2024) We’ve all been there. Skipping an A/B test even though we knew it was the best way to see if a change had an impact. Fortunately, you can still conduct a so-called qua- 20972Murphy2025-03-22
Top trends to help your data pipelines scale with ease- 20660Murphy2025-03-22
Disclaimer: This post will not cover what Microsoft Fabric is or how to use it. Fabric is a unified data platform that offers shared experiences, architecture, governance, compliance and billing. Capacities provide the computing power that drives all thes- 27397Murphy2025-03-22
AI eating its own tail: the risk of model collapse in generative systems- 20560Murphy2025-03-22
A beginner's guide to state-of-the-art supervised fine-tuning- 28014Murphy2025-03-22
An Overview of Dijkstra's Algorithm and Bellman-Ford Algorithm- 25211Murphy2025-03-22
Ever wished to design those beautiful Tableau based packed bubble charts? Follow along for a tutorial on the Matplotlib solution- 24666Murphy2025-03-22
If you have been following the Spatial Index Series, it started with the need for multi-dimensional indexes and an introduction to space-filling curves, followed by a deep dive into grid systems (GeoHash and Google S2) and tessellation (Uber H3). In this- 26300Murphy2025-03-22
Why is ChatGPT only trained up until 2021?
Learn how to rearrange your code to achieve significant speed improvements.