deep learning

Optimizing Data Transfer in Distributed AI/ML Training Workloads

a part of a series of posts on optimizing data transfer using NVIDIA Nsight™ Systems (nsys) profiler. Part one focused on CPU-to-GPU data copies, and part two on GPU-to-CPU copies. On this post, we turn our attention...

From RGB to Lab: Addressing Color Artifacts in AI Image Compositing

Introduction substitute is a staple of image editing, achieving production-grade results stays a major challenge for developers. Many existing tools work like “black boxes,” which suggests we've got little control over the balance between...

Cutting LLM Memory by 84%: A Deep Dive into Fused Kernels

or fine-tuned an LLM, you’ve likely hit a wall on the very last step: the Cross-Entropy Loss. The offender is the logit bottleneck. To predict the subsequent token, we project a hidden state into...

Teaching a Neural Network the Mandelbrot Set

Introduction set is probably the most beautiful mathematical objects ever discovered, a fractal so intricate that regardless of how much you zoom in, you retain finding infinite detail. But what if we asked a...

Tips on how to Improve the Performance of Visual Anomaly Detection Models

Introduction: Why this text was created. Anomaly detection: Quick overview. Image size: Is a bigger input size value it? Center crop: Concentrate on the article. Background removal: Remove all you don’t need. Early stopping: Use a validation set. Conclusion 1. Introduction There...

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

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

The Machine Learning “Advent Calendar” Day 24: Transformers for Text in Excel

of my Machine Learning Advent Calendar. Before closing this series, I would really like to sincerely thank everyone who followed it, shared feedback, and supported it, specifically the Towards Data Science team. Ending this calendar...

Recent posts

Popular categories

ASK ANA