Exploring Real and Virtual Spaces with Data
Our weekly selection of must-read Editors' Picks and original features- 28412Murphy2025-03-22
Python in Geoscience: An Essential Skill
How Python can help your daily subsurface geoscience workflows- 28987Murphy2025-03-22
Beyond the Blind Zone
Inpainting radar gaps with deep learning- 28578Murphy2025-03-22
Simulated Data, Real Learnings: Scenario Analysis
Part 3 - Simulating Scenarios- 29561Murphy2025-03-22
Need for Speed: cuDF Pandas vs. Pandas
A comparative overview- 20262Murphy2025-03-22
How to Make Cyberpunk "Dark Mode" Data Visualizations in Python
Neon Lines and Dark Designs, An Introduction- 28094Murphy2025-03-22
Python List Comprehension Is Not Just Syntactic Sugar
"Pythonic" is not a good reason. Why is the performance better? When not to use it?- 23611Murphy2025-03-22
The Math Behind Convolutional Neural Networks
Dive into CNN, the backbone of Computer Vision, understand its mathematics, implement it from scratch, and explore its applications- 26788Murphy2025-03-22
Building Local RAG Chatbots Without Coding Using LangFlow and Ollama
A Quick Way to Prototype RAG Applications Based on LangChain- 29943Murphy2025-03-22
Does Your Company Have a Data Strategy?
This sophistication matrix can show you where you need to go- 26830Murphy2025-03-22
How to build your own AI assistant for bookmark searching?
Here we build an automated pipeline for a personal bookmark searching GPT so that you can easily find any bookmark in Google Chrome.- 22332Murphy2025-03-22
How I Became a Data Scientist as an International Student with Broken English
Took a long time but I found what I enjoy doing for the rest of my life- 21134Murphy2025-03-22
Interpretable Latent Spaces Using Space-Filling Vector Quantization
A new unsupervised method that combines two concepts of vector quantization and space-filling curves to interpret the latent space of DNNs- 26881Murphy2025-03-22
How to Work Remotely and Not Feel Isolated
5 practical tips to help you find a way to work alone without feeling lonely- 26077Murphy2025-03-22
How To Use Generative AI and Python to Create Designer Dummy Datasets
A Simple Guide for Practical Applications- 23407Murphy2025-03-22
How to Build a Generative AI Tool for Information Extraction from Receipts
Use LangChain and OpenAI tools to extract structured information from images of receipts stored in Google Drive- 21327Murphy2025-03-22
Exploring causality in Python. Difference-in-differences
Establishing causality is one of the most important (although quite often neglected) areas of analytical work. In an upcoming series of...- 26352Murphy2025-03-22
Generate "Verified" Python Code Using AutoGen Conversable Agents
Leverage multi-agentic workflows for code testing and debugging- 20415Murphy2025-03-22
promptrefiner: Using GPT-4 to Create a Perfect System Prompt for Your Local LLM
A python tool to use GPT-4 to create perfect system prompt for a smaller LLM- 23451Murphy2025-03-22
Deep Dive into Transformers by Hand ✍︎
Explore the details behind the power of transformers- 23597Murphy2025-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.