Building Blocks of Time: The Mathematical Foundation and Python Implementation of RNNs
Is being able to build and train machine learning models from popular libraries sufficient for machine learning users? Probably not for too...- 27981Murphy2025-03-22
Generating Images with Stable Diffusion and OnnxStream on the Raspberry Pi
Learn how to use OnnxStream to generate images with Stable Diffusion XL Turbo on the Raspberry Pi!- 28332Murphy2025-03-22
Evaluating Text Generation in Large Language Models
Metrics to measure the gap between neural text and human text- 25202Murphy2025-03-22
Deploying LLMs locally with Apple's MLX framework
A technical deep dive into the new deep learning library MLX- 25894Murphy2025-03-22
Customer profiling with Artificial Intelligence: Building Grocery Coupons from Everyday Lists using&
This is how I created coupons using OpenAI API on Python, in a few lines of code.- 25972Murphy2025-03-22
A Guide to Data Engineering Infrastructure
Automate resource provisioning with modern tools- 23814Murphy2025-03-22
To Data or Not to Data.
The question is not anymore whether we can solve the problem with AI but to what extent it returns sustainable and reliable results. Good...- 20543Murphy2025-03-22
How does ReLU enable Neural Networks to approximate continuous nonlinear functions?
Learn how neural networks with one hidden layer using ReLU activation represent continuous nonlinear functions.- 25689Murphy2025-03-22
Ant Colony Optimization – Intuition, Code & Visualization
Where it stands out from other swarm algorithms- 28413Murphy2025-03-22
How to Low-Pass Filter in Google BigQuery
When working with time-series data, it can be important to apply filtering to remove noise. This story shows how to implement a low-pass...- 21077Murphy2025-03-22
Enhancing Cancer Detection with StyleGAN-2 ADA
Data augmentation for data-deficient deep neural networks.- 28814Murphy2025-03-22
5 Examples to Master PySpark Window Operations
A must-know tool for data analysis- 24638Murphy2025-03-22
From Data Scientist to AI Developer: Lessons Building an Generative AI Web App in 2023
I've compiled a guide of technical tips for any data science enthusiast wanting to build a web app serving thousands of users.- 25378Murphy2025-03-22
The Data Speaker's Blueprint: Turning Analytics into Applause
In this article, I'd like to share my experiences and learnings as a public speaker in the field of data science- 21419Murphy2025-03-22
SAM: Segment Anything Model
Quickly customize your product landing page with SAM- 26859Murphy2025-03-22
AI for Groups: Build a Multi-User Chat Assistant Using 7B-Class Models
Have you ever wanted to build an assistant that knows when to talk and when to remain silent? Learn how to do it using open-source models.- 27715Murphy2025-03-22
What You Don't Know About Python's Secrets
Why and when we should not use "random" but "secrets"?- 27034Murphy2025-03-22
Beating ChatGPT 4 in Chess with a Hybrid AI model
Better but not the best, GPT4 cheated but lost the match !- 27164Murphy2025-03-22
Breaking down Logistic Regression to its basics
MLBasics #2: Demystifying Machine Learning Algorithms with The Simplicity of Logistic Regression- 22227Murphy2025-03-22
Audio Diffusion: Generative Music's Secret Sauce
Exploring the principles behind diffusion technology and how it is being used to create groundbreaking AI tools for artists and producers.- 22433Murphy2025-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.