❌

Normal view

GPU-Accelerated Clustering for Financial Instruments at Scale

21 August 2026 at 16:21
Use AdaptGrow, a GPU-accelerated matrix factorization algorithm, to turn rolling correlation and tail-dependence matrices into hard clusters, soft factor...

Use AdaptGrow, a GPU-accelerated matrix factorization algorithm, to turn rolling correlation and tail-dependence matrices into hard clusters, soft factor loadings, and structural-break signals at single-GPU and multi-node scale Quant strategies routinely group instruments for portfolio construction, risk aggregation, statistical arbitrage, and trade surveillance. Incorrect groupings can make…

Source

How to Scale an Integration Pipeline Without Breaking Correctness

19 August 2026 at 18:00

A production account of scaling an enterprise integration pipeline from 500 to 8,000 events per second, and the two correctness guarantees the throughput work was never allowed to trade away.

The post How to Scale an Integration Pipeline Without Breaking Correctness appeared first on Towards Data Science.

Building Federated Multimodal AI Workflows with NVIDIA FLARE

19 August 2026 at 17:50
Modern vision-language models (VLMs) can support tasks such as visual question answering, captioning, and image-text reasoning. In practice, however, the data...

Modern vision-language models (VLMs) can support tasks such as visual question answering, captioning, and image-text reasoning. In practice, however, the data needed to adapt these models may be distributed across institutions or organizations that cannot centralize their raw records. Federated learning provides a way to coordinate training across these data-local sites. For VLMs…

Source

Run Massive-Scale UMAP in Minutes Using Multiple GPUsβ€”Without Losing Accuracy

18 August 2026 at 16:48
Uniform Manifold Approximation and Projection (UMAP) is a dimensionality reduction technique widely used for visualization and feature extraction. Applications...

Uniform Manifold Approximation and Projection (UMAP) is a dimensionality reduction technique widely used for visualization and feature extraction. Applications range across exploratory data analysis, topic modeling, and single-cell analysis. Many of these workflows are iterative and exploratory, requiring UMAP to be run repeatedly as users analyze their data or tune parameters. As datasets grow…

Source

Webwright: Why AI Web Agents Should Write Code, Not Click

17 August 2026 at 16:30

For years, web agents have worked one click at a timeβ€”and often fallen apart on long tasks. Microsoft Research’s Webwright makes a different bet: give the model a terminal and let it write the program instead. On long-horizon tasks, the same GPT-5.4 model jumps from 33.5% to 60.1% success. And instead of leaving behind a click trace, it leaves something you can actually use again: a command-line tool.

The post Webwright: Why AI Web Agents Should Write Code, Not Click appeared first on Towards Data Science.

My Model Was Cheating on Its Own Test

14 August 2026 at 13:30

A preprocessing pipeline let my car price model peek at the test set before the exam, and the twelve points of R squared it cheated its way to

The post My Model Was Cheating on Its Own Test appeared first on Towards Data Science.

❌