5 Steps to Build Beautiful Bar Charts with Python
How to use the full capabilities of Matplotlib to tell a more compelling story- 20457Murphy2025-03-23
How to Integrate the Microsoft Translator API in Your Code
A comprehensive beginner friendly guide- 28335Murphy2025-03-23
How to send tabular time series data to Apache Kafka with Python and Pandas
Use Python and Pandas to process time series data from an online-retailer and send it to Apache Kafka.- 20751Murphy2025-03-23
Introduction to Embedding-Based Recommender Systems
Learn to build a simple matrix factorization recommender in TensorFlow- 20306Murphy2025-03-23
3 Ways to Help CMOs Increase Consumer Engagement and Drive Marketing Performance
A Data Lens, personalized- 25687Murphy2025-03-23
Ensure Model Reliability with Unit Testing
Catch errors early on in the development process- 26658Murphy2025-03-23
How to build a Shazam-like Telegram Bot using Python
A tutorial to create and deploy a telegram bot that takes in music in real-time, and helps you to search the title and the singer- 27388Murphy2025-03-23
Everything You Need To Know About Regularization
Different ways to prevent overfitting in machine learning- 23371Murphy2025-03-23
Deploy Containerised Plotly Dash App with CI/CD (P2: GCP)
Deploying an existing containerized app on Google Cloud Platform- 21391Murphy2025-03-23
The Secret to Improved NLP: An In-Depth Look at the nn.Embedding Layer in PyTorch
Dissecting the `nn.Embedding` layer in PyTorch and a complete guide on how it works- 27012Murphy2025-03-23
Constraint Programming Explained
The core of a constraint programming solver and the relationship with mixed integer programming- 26909Murphy2025-03-23
Generative AI Product Strategy – How To Build Next Generation AI Products
Vertical vs Horizontal AI Products and Defensible Business Moats- 27190Murphy2025-03-23
Fixing Prophet's Forecasting Issue
Step 1: Constrain the Insane Trend- 25994Murphy2025-03-23
A complete word processing with Python
Reading pdf file, utilizing regular expressions, exporting to Excel and Word document, and converting it back to pdf format- 24512Murphy2025-03-23
Geospatial Indexing and Scoring: Unlocking the Power of Location-Based Data Analysis
A hands-on guide on geospatial indexing using Python & H3- 24175Murphy2025-03-23
A Deep Dive into K-means for the Less Technophile
From clustering to algorithm: a journey in five steps- 28851Murphy2025-03-23
How to Use Micro-Credentials to Get Your Foot in the Door as a New Data Scientist
Micro-credentials are a place to start in data science if you know how to leverage them properly- 28250Murphy2025-03-23
A Visual Learner's Guide to Explain, Implement and Interpret Principal Component Analysis
Linear Algebra for Machine Learning - Covariance Matrix, Eigenvector and Principal Component- 26065Murphy2025-03-23
Text Pattern Extraction: Comparing GPT-3 & Human-in-the-Loop Tool
Preliminary experiments and results from comparing LLMs and human-in-the-loop tools for text pattern extraction- 29978Murphy2025-03-23
The Meaning Behind Logistic Classification, from Physics
Why do we use the logistic and softmax functions? Thermal physics may have an answer.- 20903Murphy2025-03-23
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.