Building a Local Voice Assistant with LLMs and Neural Networks on Your CPU Laptop
A practical guide to run lightweight LLMs using python- 20691Murphy2025-03-22
Explaining LLMs for RAG and Summarization
A fast and low-resource method using similarity-based attribution- 28437Murphy2025-03-22
3 Triangle-Shaped Chart Ideas as Alternatives to Some Basic Charts
Creating data visualizations with Python as alternatives to bar charts, pie charts, and some 3D plots.- 23415Murphy2025-03-22
Einstein Notation: A New Lens on Transformers
Transforming the Math of the Transformer Model- 21357Murphy2025-03-22
Dance between dense and sparse embeddings: Enabling Hybrid Search in LangChain-Milvus
How to create and search multi-vector-store in langchain-milvus This blog post was co-authored by Omri Levy and Ohad Eytan, as part of the work we have done in IBM Research Israel. Intro Recently, we – at IBM Research – needed to use hybrid se- 26657Murphy2025-03-22
Water Cooler Small Talk: Why Does the Monty Hall Problem Still Bother Us?
A look at the counterintuitive mathematics of game show puzzles- 29828Murphy2025-03-22
Multimodal Models – LLMs that can see and hear
An introduction with example Python code- 24498Murphy2025-03-22
Building a Vision Inspection CNN for an Industrial Application
A step-by-step approach using PyTorch- 20426Murphy2025-03-22
LoRA Fine-Tuning On Your Apple Silicon MacBook
Let's Go Step-By-Step Fine-Tuning On Your MacBook- 24774Murphy2025-03-22
Building a Research Agent That Can Write to Google Docs (Part 1)
A tool that might help with your homework- 20369Murphy2025-03-22
Cluster While Predict: Iterative Methods for Regression and Classification
Predictive and prescriptive analytics to bridge the gap between segmentation and prediction for real-world applications- 20403Murphy2025-03-22
Building a Research Assistant That Can Write to Google Docs (Part 2)
A tool that might help with your homework- 24432Murphy2025-03-22
The Root Cause of Why Organizations Fail With Data & AI
A guide to be successful with the strategic groundwork required- 20976Murphy2025-03-22
Leverage Python Inheritance in ML projects
Learn how to implement coding best practices to avoid tech debts- 23722Murphy2025-03-22
Graph Neural Networks: Fraud Detection and Protein Function Prediction
Understanding AI applications in bio for machine learning engineers- 20980Murphy2025-03-22
ChatGPT: Two Years Later
Tracing the impact of the generative AI revolution- 23945Murphy2025-03-22
Dynamic Visualizations in Python
How to animate plots with OpenCV and Matplotlib- 20846Murphy2025-03-22
Neuromorphic Computing – an Edgier, Greener AI
There are periodic proclamations of the coming neuromorphic computing revolution. While there remain substantial challenges in the field...- 22449Murphy2025-03-22
NuCS: A Constraint Solver for Research, Teaching, and Production Applications
Blazing-fast constraint solving in pure Python- 23544Murphy2025-03-22
Are You Sure You Want to Become a Data Science Manager?
Don't rush into the fancy title until you have read this.- 24116Murphy2025-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.