Tagged articles
7 articles
Page 1 of 1
Baidu Geek Talk
Baidu Geek Talk
Feb 5, 2024 · Artificial Intelligence

Why Static Graphs Outperform Dynamic Graphs in AutoDiff: A Deep Dive

This article explains the fundamental differences between static and dynamic computation graphs, compares their memory and performance characteristics, shows how automatic differentiation works in each paradigm, and provides a step‑by‑step implementation of a toy static‑graph AutoDiff engine with Python code examples.

AutoDiffDeep LearningDynamic Graph
0 likes · 18 min read
Why Static Graphs Outperform Dynamic Graphs in AutoDiff: A Deep Dive
DataFunTalk
DataFunTalk
May 27, 2023 · Artificial Intelligence

Graph Algorithms in Alibaba E‑commerce Risk Control: Practices and Insights

The article presents a comprehensive overview of how graph algorithms are applied in Alibaba's e‑commerce risk control system, detailing six sections that include risk scenario introductions, interaction and product content risk methods, dynamic heterogeneous graph practices, a large‑scale competition, and future research directions.

Dynamic GraphRisk Detectione-commerce risk
0 likes · 18 min read
Graph Algorithms in Alibaba E‑commerce Risk Control: Practices and Insights
DataFunSummit
DataFunSummit
Apr 11, 2023 · Artificial Intelligence

OneFlow Coop: Joint Optimization of Dynamic‑Graph Recomputation and Memory Allocation

This article introduces OneFlow Coop, a memory‑optimization technique that jointly optimizes dynamic‑graph recomputation strategies and GPU memory allocation by analyzing existing DTR limitations, proposing recomputable in‑place, op‑guided tensor allocation, and layout‑aware eviction modules, and demonstrating superior experimental results.

Deep LearningDynamic GraphGPU Memory
0 likes · 18 min read
OneFlow Coop: Joint Optimization of Dynamic‑Graph Recomputation and Memory Allocation
Baidu Geek Talk
Baidu Geek Talk
Apr 8, 2022 · Artificial Intelligence

Golang Object Pool for Reducing GC Pressure, FFmpeg Concurrency Control, and Paddle Static vs. Dynamic Graphs

The article explains how Go's lock‑free sync.Pool can cut garbage‑collection overhead, shows practical FFmpeg thread‑parameter tuning that balances CPU use and latency for video filtering versus encoding, and compares PaddlePaddle's static and dynamic graph modes, including debugging tips and conversion to static.

Deep LearningDynamic GraphStatic Graph
0 likes · 13 min read
Golang Object Pool for Reducing GC Pressure, FFmpeg Concurrency Control, and Paddle Static vs. Dynamic Graphs
DataFunSummit
DataFunSummit
Sep 6, 2021 · Artificial Intelligence

Graph Neural Network‑Based Payment Fraud Detection at eBay

This article explains how eBay uses graph neural networks and a heterogeneous‑graph fraud detection framework (xFraud) to improve payment risk assessment, overcome the limitations of traditional machine‑learning models, and effectively identify both individual and organized fraud in a large‑scale e‑commerce environment.

Dynamic GrapheBayfraud detection
0 likes · 15 min read
Graph Neural Network‑Based Payment Fraud Detection at eBay
DataFunTalk
DataFunTalk
Mar 15, 2019 · Artificial Intelligence

Designing Personalized, Dynamic, and Multimodal Knowledge Graphs for Chatbots

The article explores how chatbots require personalized dense knowledge graphs, dynamic temporal graphs, subjective emotion modeling, integration with external services, and multimodal media support, while also promoting a new NLP book and a related giveaway for readers.

AIChatbotDynamic Graph
0 likes · 9 min read
Designing Personalized, Dynamic, and Multimodal Knowledge Graphs for Chatbots