Explaining OpenAI Sora's Spacetime Patches: The Key Ingredient
Under The Hood Of The Generative AI For Video By OpenAI- 23809Murphy2025-03-22
Git Workflow for Machine Learning Projects: the Git Workflow I use in my Projects
A Simple Git Workflow for Machine Learning and Data Science Projects- 26838Murphy2025-03-22
Understanding Direct Preference Optimization
A look at the "Direct Preference Optimization: Your Language Model is Secretly a Reward Model" paper and its findings Image by the Author via DALL-E This blog post was inspired by a discussion I recently had with some friends about the Direct Pr- 28522Murphy2025-03-22
Flamingo – Intuitively and Exhaustively Explained
The Architecture Behind Modern Visual Language Modeling- 29103Murphy2025-03-22
Large Language Models, GPT-3: Language Models are Few-Shot Learners
Efficiently scaling GPT from large to titanic magnitudes within the meta-learning framework- 22911Murphy2025-03-22
Seamless: In-Depth Walkthrough of Meta's New Open-Source Suite of Translation Models
Meta's open-source Seamless models: A deep dive into translation model architectures and a Python implementation guide using HuggingFace- 24138Murphy2025-03-22
Integrating an External API with a Chatbot Application using LangChain and Chainlit
A practical guide to integrating external APIs for advanced interactions with a chatbot application using LangChain and Chainlit- 28515Murphy2025-03-22
Emotions-in-the-loop
Analyzing the Life of (Scanned) Jane- 21342Murphy2025-03-22
A Practical Approach to Algorithm Efficiency
Exploring Big O Notation, Runtime Efficiency, and Algorithmic Scalability- 22545Murphy2025-03-22
The Power of Geospatial Intelligence and Similarity Analysis for Data Mapping
Strategically enhancing address mapping during data integration using geocoding and string matching- 22919Murphy2025-03-22
Exploring Object Detection with R-CNN Models – A Comprehensive Beginner's Guide (Part 2)
Object Detection Models- 27436Murphy2025-03-22
Professionally Visualize Data Distributions in Python
Learn seven different methods for visualizing data distributions- 25647Murphy2025-03-22
A Weekend AI Project: Making a Visual Assistant for People with Vision Impairments
Running a multimodal LLaVA model, camera, and speech synthesis- 30019Murphy2025-03-22
State of Video Generation
Overview of latest developments in the Video Generation area: From LLMs to MultyDiffusion. Paper's insights and Outstanding questions.- 20214Murphy2025-03-22
Creating a Better Dashboard – Myth or Reality?
My beta version 2.0 built using Dash & Plotly instead of Matplotlib- 23933Murphy2025-03-22
Microservices vs. Monolithic Approaches in Data
The Microservice vs. Monolith debate rages in software, but is reduced to a gentle simmer in the data world- 22615Murphy2025-03-22
How I Would Learn Python in 2024 (from Zero)
How I would go about learning one of the world's most popular programming languages- 26174Murphy2025-03-22
How to Run Bootstrap Analysis in BigQuery
Make the most out of the little data you have, by grabbing your data by the bootstraps.- 29030Murphy2025-03-22
Quantized Mistral 7B vs TinyLlama for Resource-Constrained Systems
Performance comparison between these models for accuracy and response time in a RAG question-answering setup.- 25667Murphy2025-03-22
Visualizing Complex-Valued Functions Using Python and Mathematica
Unlocking visual insights into a difficult but powerful branch of math- 25374Murphy2025-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.