Building a Biomedical Entity Linker with LLMs
How can an LLM be applied effectively for biomedical entity linking?- 22005Murphy2025-03-22
Scikit-learn Visualization Guide: Making Models Speak
Use the Display API to replace complex Matplotlib code- 28578Murphy2025-03-22
Clustered Standard Errors in AB Tests
What to do when the unit of observation differs from the unit of randomization- 21340Murphy2025-03-22
Dune – A Hidden Network
In this article, with Patrik Szigeti, we designed a data and network methodology supported by graph visuals to outline the complex social...- 21464Murphy2025-03-22
Using Generative AI To Curate Date Recommendations
Utilizing Amazon Bedrock, Google Places, LangChain, and Streamlit- 25452Murphy2025-03-22
How to Make a RAG System to Gain Powerful Access to Your Data
This article will show you how to make an RAG system that makes your data easily accessible via prompting.- 25003Murphy2025-03-22
Understanding the Sparse Mixture of Experts (SMoE) Layer in Mixtral
This blog post will explore the findings of the "Outrageously Large Neural Networks: The Sparsely-Gated Mixture-of-Experts Layer" paper...- 26800Murphy2025-03-22
Creating OpenAI GPTs for (lots of) Fun and (a little) Profit
How I created custom GPTs for creative endeavors that draw from works in the public domain- 23452Murphy2025-03-22
The Death of the Static AI Benchmark
Benchmarks are often hailed as a hallmark of success but recent research studies and industry grumblings are casting doubt about their...- 25312Murphy2025-03-22
Deep Dive into Vector Databases by Hand ✍︎
Explore what exactly happens behind-the-scenes in Vector Databases- 30045Murphy2025-03-22
Detecting Insecure Code with LLMs
Prompt Experiments for Python Vulnerability Detection- 22104Murphy2025-03-22
DIGITOUR: Automatic Digital Tours for Real-Estate Properties
An Automated Pipeline for Creating 3D Experiences from Equirectangular Images- 24785Murphy2025-03-22
How to Interpret GPT2-Small
Mechanistic Interpretability on prediction of repeated tokens- 21986Murphy2025-03-22
Seeing is Believing – Deepfakes and How They Warp Truth
Bridging Autoencoders and Media Literacy- 28264Murphy2025-03-22
Optimizing Pandas Code: The Impact of Operation Sequence
Learn how to rearrange your code to achieve significant speed improvements.- 21264Murphy2025-03-22
Demystifying CDC: Understanding Change Data Capture in Plain Words
In my work experiences (in the field of Big Data analysis and Data Engineering), the projects are always different, but they always follow...- 22763Murphy2025-03-22
How Computers Work: For The Greenhorns Amongst Us.
A Beginner's Guide to Understanding How PCs Operate.- 22793Murphy2025-03-22
Depth Anything -A Foundation Model for Monocular Depth Estimation
Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data by L. Yang et. al.- 23992Murphy2025-03-22
Understanding V-Structures and the Role They Play in Causal Validation and Causal Inference
How to Detect and Correct the Direction of Causal Links in a Directed Acyclic Graph that are Incorrect When Compared to the Underlying Data- 20324Murphy2025-03-22
Data Science to Implement a Circular Economy
How can you use Data Science to support a Fast Fashion Retailer in Implementing a Circular Economy?- 28139Murphy2025-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.