One of the most common meetings or rituals for an agile team is the daily standup. It is usually short (max. 15 minutes), happens mostly at the same time of the day, and is mandatory for every team member to join. In theory, this meeting can be a great wa- 25027Murphy2025-03-23
These soft skills helped transform my career- 20481Murphy2025-03-23
A cost-effective approach to data labeling- 25051Murphy2025-03-23
Our weekly selection of must-read Editors' Picks and original features- 23538Murphy2025-03-23
Where It Started The bulk of my research in the past used Generative Adversarial Networks (GAN) for creating deepfake images of my dataset. I wanted to do this to increase the diversity of information within my dataset, which I predicted would result in b- 26563Murphy2025-03-23
How to Use PyTorch Profiler and TensorBoard to Accelerate Training and Reduce Cost- 27300Murphy2025-03-23
You did it. After years of hard work, you got hired as a junior data scientist. Your first few weeks flew by with company onboarding and before you realized it, a few years had passed. You worked on countless projects, both individually and as part of a t- 20491Murphy2025-03-23
A process of prompt engineering, software engineering, trial and error, and elbow grease- 25389Murphy2025-03-23
Explained with examples.- 24389Murphy2025-03-23
I spent the past two months building a large-language-model (LLM) powered application. It was an exciting, intellectually stimulating, and...- 23345Murphy2025-03-23
Introduction Data visualization is very important. We could develop a lot just from this sentence, but I believe you already got the "picture". I am sure this is not the first time you hear this. And even if it is, I still assume it’s not- 20537Murphy2025-03-23
Looky, looky yonder Where the sun done gone Moby – The Last Day When I was in high school, I clearly remember asking my history teacher, "What if the Roman Empire hadn’t fallen? How advanced would our technology be today?" She didn- 23407Murphy2025-03-23
Python has a lot of libraries which make it one of the most used programming language. Most of them have similar features and can be used by one another and reach the same results. But when it comes to Machine Learning the only library we can talk about i- 25935Murphy2025-03-23
Create and Explore the Landscape of Roles and Salaries in Data Science The data science field is under constant development for which new roles and functions are created. The traditional data science role is evolving into tens of new roles, from Data Engi- 22272Murphy2025-03-23
In the first part of this article, I analyzed the timestamps of about 70,000 Twitter posts and got some interesting results; for example, it was possible to detect bots or users posting messages from clone accounts. But I was not able to get accurate mess- 24552Murphy2025-03-23
Continuing the beginner's guide to using Python's NetworkX library to conduct social network analysis- 20458Murphy2025-03-23
Last month took place one of the most important conferences for the High Energy Physics (HEP) community in Computing: the so-called CHEP 2023, standing for Computing on High Energy Physics and Nuclear Physics – yes, simple!- 22078Murphy2025-03-23
What is multicollinearity? In multiple regression, multicollinearity occurs when a predictor (independent variable) highly correlates with one or more of the other predictors in the model. Why it matters? ### Multiple regression equation: Y = β₀ + β₁X₁ +- 27906Murphy2025-03-23
Exploring Spatial Geological Variation from Well Log Measurements- 27169Murphy2025-03-23
Exploring the technology that turns boring images into creative masterpieces- 26334Murphy2025-03-23
Why is ChatGPT only trained up until 2021?
Learn how to rearrange your code to achieve significant speed improvements.