The author outlines five strategies that will transform your Data Science practice to a Senior role.- 22256Murphy2025-03-23
Hugging Face is a platform that offers tools and pre-trained models for various Natural Language Processing (NLP) and Natural Language Understanding (NLU) tasks. In our previous article, A Warm Embrace: Exploring Hugging Face, we dove into the basics of t- 29200Murphy2025-03-23
Background This year’s August was dedicated to IBM’s Global Quantum Summer School where I not only learned the basics in a compressed timeline and a tight schedule but also a few applications of quantum computing. The badge one gets after 4 gr- 27244Murphy2025-03-23
And why it feels like I'm switching to the Dark Side- 23348Murphy2025-03-23
There's a reason you're confused- 23725Murphy2025-03-23
Part 1 - Customized Prompts via Language models (CuPL)- 21852Murphy2025-03-23
Work-life balance is something everyone yearns for but only some have the guts to achieve. With 2.9 billion search results for "work-life balance" on Google, it’s pretty obvious that it’s something we’re all after. Not only has- 23809Murphy2025-03-23
The Prithvi-100M IBM Geospatial AI Foundation Model for NASA Earth Observation Data- 22103Murphy2025-03-23
The Travelling Salesman Problem (TSP) is a well-known np-hard problem, that has obvious practical applications in real life. For example, this is useful if one is planning a trip around Europe and estimates the point-to-point travel time between sites. Wi- 27326Murphy2025-03-23
During my internship at Nullspace Robotics, I had the privilege of diving into a project that would enhance the company's capabilities. We...- 25217Murphy2025-03-23
# Retrieval Augmented Generation, or RAG, is all the rage these days because it introduces some serious capabilities to large language models like OpenAI’s GPT-4 – and that’s the ability to use and leverage their own data. This post will- 23533Murphy2025-03-23
A roadmap to avoiding the "default path" and finding fulfilment in work- 23496Murphy2025-03-23
Ideas to express simultaneous data value changes in multiple locations over time- 20820Murphy2025-03-23
How code LLMs progressed from RNNs to Transformers- 23026Murphy2025-03-23
QR codes are everywhere: want to create a more original solution? Let's build our own fiducial marker and learn how to detect and decode...- 26029Murphy2025-03-23
The article discovers various faces behind using repr() and str() for Python classes- 26277Murphy2025-03-23
Tutorial to run your first classification model in Databricks- 21080Murphy2025-03-23
Platform Specific Tools and Advanced Techniques- 23850Murphy2025-03-23
Since 2019, the Geographic Information System (GIS) and spatial analytics community have been quite busy each November – thanks to a fun challenge called the #30DayMapChallange. Each year, this challenge has a thematic schedule, proposing a topic th- 21729Murphy2025-03-23
A programmatic approach to use models behind ChatGPT.- 23808Murphy2025-03-23
Why is ChatGPT only trained up until 2021?
Learn how to rearrange your code to achieve significant speed improvements.