Tips and Tricks for Upgrading to PyTorch 2.0
What to look out for when moving to the all-new "Compiled Mode"- 20720Murphy2025-03-23
These 5 Tips Will Help You Learn Data Science When You Have No Motivation to Study
Use these 5 tips to teach yourself data science when the motivation just isn't there- 23385Murphy2025-03-23
A Performant Way to Query Streaming Data
Improving a real-time streaming project with ksqlDB- 29971Murphy2025-03-23
Speed up your Geospatial Data Analysis with R-Trees
Learn how to drastically boost the performance of spatial searches- 25553Murphy2025-03-23
A better way to analyze feature release impact
Or - why naive "before-after" comparisons can drive bad product decisions- 26393Murphy2025-03-23
Git 101 – From Terminologies to Architecture and Workflows
Git behind-the-scenes and how to use Git efficiently- 24389Murphy2025-03-23
Mastering Logistic Regression
From theory to implementation in Python- 26326Murphy2025-03-23
Customizing your Cloud Based Machine Learning Training Environment – Part 1
How to leverage the power of the cloud without compromising development flexibility- 22049Murphy2025-03-23
You Don't Need Data Domains… Yet
Demystifying data mesh domains- 28838Murphy2025-03-23
Top Data Science and Machine Learning Books to Read in 2023
Stay ahead of the curve: learn and grow with these distinguished data science and machine learning books- 29041Murphy2025-03-23
Data Mastery with Python and SQL: Unleashing Efficiency and Security through 4 Strategic Use Cases
Leverage techniques to extract hashtags, suppress warnings, and utilize parameterized queries for powerful data analysis- 21238Murphy2025-03-23
Will Generative AI Replace the Need for Data Analysts?
No. But it will redefine the data analyst role.- 22681Murphy2025-03-23
How to mask PII data with FPE using Azure Synapse
Learn to do Format Preserving Encryption (FPE) at scale, securely move data from production to test environments- 24213Murphy2025-03-23
A/B Optimization with Policy Gradient Reinforcement Learning
In this article, we will explore how policy gradient reinforcement learning can be used for A/B optimization. It is a simple demo to...- 28026Murphy2025-03-23
How t-SNE Outperforms PCA in Dimensionality Reduction
PCA vs t-SNE for visualizing high-dimensional data in a lower-dimensional space- 27161Murphy2025-03-23
2D Matrix Transformations for Computer Vision
Scaling, rotation, and translation through transformation matrices for computer vision- 25002Murphy2025-03-23
Simplifying subplots creation in Matplotlib
Infusing Mosaic Magic into Your Plots- 25697Murphy2025-03-23
Unlocking MLOps using Airflow: A Comprehensive Guide to ML System Orchestration
Lesson 4: Private PyPi Server. Orchestrate Everything with Airflow.- 20740Murphy2025-03-23
4 Ways to Get the Most Out of Your Data Science Degree
How I approached the balancing act of (1) enjoying my degree and (2) setting myself up for life after university in "the real world"- 27540Murphy2025-03-23
The Catcher in the… Python. Catch Exceptions and Warnings with One Tool
Why not implement one tool for catching both exceptions and warnings in Python?- 26494Murphy2025-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.