machine learning

Optimizing Data Transfer in Batched AI/ML Inference Workloads

is a to Optimizing Data Transfer in AI/ML Workloads where we demonstrated using NVIDIA Nsight™ Systems (nsys) in studying and solving the common data-loading bottleneck — occurrences where the GPU idles while it waits for input...

Why 90% Accuracy in Text-to-SQL is 100% Useless

I actually have been working within the Analytics space for over 20 years. Back then, it was not called “analytics”, it was “Business Intelligence” and even “Decision Support Systems” in older times. The terms...

Federated Learning, Part 1: The Basics of Training Models Where the Data Lives

I the concept of federated learning (FL) through a comic by Google in 2019. It was a superb piece and did a fantastic job at explaining how products can improve without sending user...

Mastering Non-Linear Data: A Guide to Scikit-Learn’s SplineTransformer

that linear models will be… well, stiff. Have you ever ever checked out a scatter plot and realized a straight line just isn’t going to chop it? We’ve all been there. Real-world data is...

How LLMs Handle Infinite Context With Finite Memory

1. Introduction two years, we witnessed a race for sequence length in AI language models. We regularly evolved from 4k context length to 32k, then 128k, to the huge 1-million token window first promised...

Retrieval for Time-Series: How Looking Back Improves Forecasts

Helps in Time Series Forecasting All of us understand how it goes: Time-series data is hard. Traditional forecasting models are unprepared for incidents like sudden market crashes, black swan events, or rare weather patterns....

YOLOv1 Loss Function Walkthrough: Regression for All

In my previous article I explained how YOLOv1 works and tips on how to construct the architecture from scratch with PyTorch. In today’s article, I'm going to deal with the loss function used to...

Stop Blaming the Data: A Higher Method to Handle Covariance Shift

Despite tabular data being the bread and butter of industry data science, data shifts are sometimes missed when analyzing model performance. We’ve all been there: You develop a machine learning model, achieve great results in...

Recent posts

Popular categories

ASK ANA