machine learning

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...

Optimizing Data Transfer in AI/ML Workloads

a , a deep learning model is executed on a dedicated GPU accelerator using input data batches it receives from a CPU host. Ideally, the GPU — the dearer resource — needs to...

Deep Reinforcement Learning: The Actor-Critic Method

that frustrating hovering drone fromĀ ? The one which learned to descend toward the platform, go through it, after which just… hang around below it eternally? Yeah, me too. I spent a whole afternoon...

EDA in Public (Part 3): RFM Evaluation for Customer Segmentation inĀ Pandas

! In case you’ve been following along, we’ve come a good distance. In Part 1, we did the ā€œdirty workā€ of cleansing and prepping. In Part 2, we zoomed out to a high-altitude view of...

The Machine Learning ā€œAdvent Calendarā€ Bonus 2: Gradient Descent Variants in Excel

use gradient descent to seek out the optimal values of their weights. Linear regression, logistic regression, neural networks, and enormous language models all depend on this principle. Within the previous articles, we used...

Chunk Size as an Experimental Variable in RAG Systems

the sorts of answers we expect today from Retrieval-Augmented Generation (RAG) systems. Over the past few years, RAG has develop into one in all the central architectural constructing blocks for knowledge-based language models: As...

The Machine Learning ā€œAdvent Calendarā€ Bonus 1: AUC in Excel

, we'll implement AUC in Excel. AUC is normally used for classification tasks as a performance metric. But we start with a confusion matrix, because that's where everyone begins in practice. Then we'll see why a...

Recent posts

Popular categories

ASK ANA