❌

Normal view

Scaling Federated Learning Across Docker, Kubernetes, and Slurm with NVIDIA FLARE

15 September 2026 at 15:00
Federated learning (FL) projects often begin with a straightforward setup: one server, a few clients, and one dataset at each site. As those projects grow, the...

Federated learning (FL) projects often begin with a straightforward setup: one server, a few clients, and one dataset at each site. As those projects grow, the challenge shifts from running an algorithm to operating shared infrastructure. GPUs must be allocated when jobs need them, multiple research studies must remain separated, and every participating organization must retain control of its own…

Source

How Many Labeled Examples Does a Text Classifier Actually Need? I Measured It.

15 September 2026 at 11:00

Before reaching for an LLM API on every classification problem, it's worth knowing what a decades-old baseline can already do with the labeled data you have β€” and exactly how much more data buys you.

The post How Many Labeled Examples Does a Text Classifier Actually Need? I Measured It. appeared first on Towards Data Science.

High-Throughput Structure Prediction with BioNeMo Inference Runtime

10 September 2026 at 15:00
Biomolecular structure prediction is now often run at proteome scale, where the goal is to move an entire worklist through the pipeline efficiently. NVIDIA...

Biomolecular structure prediction is now often run at proteome scale, where the goal is to move an entire worklist through the pipeline efficiently. NVIDIA BioNeMo Inference Runtime (BioIR) helps accelerate supported biomolecular structure-prediction models on NVIDIA GPUs while keeping the familiar PyTorch workflow. It uses optimized kernels and, where applicable, CUDA Graphs to speed model…

Source

Introducing CUDA Rust: Two Tracks for Writing GPU Kernels

8 September 2026 at 12:00
In September 2026, NVIDIA announced it is leaning into native GPU programming in Rust. CUDA C++ and CUDA Python are mature, enterprise-grade toolchains, and...

In September 2026, NVIDIA announced it is leaning into native GPU programming in Rust. CUDA C++ and CUDA Python are mature, enterprise-grade toolchains, and NVIDIA will be growing and maturing CUDA Rust into 2027 and beyond The systems layer of AI spans inference engines, serving infrastructure, drivers, and agent runtimes, and it churns constantly as models and techniques change.

Source

Text Watermarking in Python: Catch Whoever Copies Your Writing

6 September 2026 at 14:00

AI companies quietly watermark billions of words a day. Here’s how to apply the same three families of techniques to your own writingβ€”and what real experiments reveal about which watermarks survive copy-paste, editing, and paraphrasing.

The post Text Watermarking in Python: Catch Whoever Copies Your Writing appeared first on Towards Data Science.

Why Random Forest Needs to Be This Random

26 August 2026 at 07:30

Bagging hits a wall no amount of trees can break β€” here's the equation that explains why, and the experiment that proves it

The post Why Random Forest Needs to Be This Random appeared first on Towards Data Science.

Restore LLM Inference Capacity in Seconds with Shadow Engine Recovery in NVIDIA Dynamo

25 August 2026 at 20:57
Decorative image.When an LLM engine process fails, the standard recovery path involves a cold restart. This requires loading weights into HBM from storage, compiling kernels,...Decorative image.

When an LLM engine process fails, the standard recovery path involves a cold restart. This requires loading weights into HBM from storage, compiling kernels, and capturing NVIDIA CUDA graphs. For large models, initialization can take several minutes, during which surviving workers must absorb the displaced traffic. Shadow engine recovery, available as a preview feature in NVIDIA Dynamo…

Source

A New Towards Data Science: A Faster Site and a Brand-New Contributor Portal

25 August 2026 at 17:25

We're excited to share some big news: We completely rebuilt the TDS website and our contributor portal. Whether you come here to read, to write, or both, here's what you can expect from our new site.

The post A New Towards Data Science: A Faster Site and a Brand-New Contributor Portal appeared first on Towards Data Science.

❌