Tagged articles
9 articles
Page 1 of 1
DataFunTalk
DataFunTalk
Sep 20, 2022 · Artificial Intelligence

Graph4NLP: An Open‑Source Graph Neural Network Library for Natural Language Processing

Graph4NLP is a PyTorch‑ and DGL‑based open‑source library that provides a full pipeline—from static and dynamic graph construction to embedding, learning, prediction, and inference—for applying graph neural networks to a wide range of NLP tasks, with extensive documentation, demos, and future scalability plans.

DGLGraph4NLPNLP
0 likes · 13 min read
Graph4NLP: An Open‑Source Graph Neural Network Library for Natural Language Processing
DataFunSummit
DataFunSummit
Jun 15, 2022 · Artificial Intelligence

Introducing DGL: An Efficient, Easy‑to‑Use Graph Deep Learning Platform and Its Future Roadmap

This article presents an overview of the Deep Graph Library (DGL), covering graph data and graph neural networks, DGL's advantages such as flexible APIs, operator fusion, large‑scale training support, its open‑source ecosystem, recent projects, performance comparisons, and future development plans.

DGLGraph Samplinglarge-scale graphs
0 likes · 18 min read
Introducing DGL: An Efficient, Easy‑to‑Use Graph Deep Learning Platform and Its Future Roadmap
DataFunTalk
DataFunTalk
May 14, 2022 · Artificial Intelligence

Introducing DGL: An Efficient, User‑Friendly, Open Graph Deep Learning Platform

This article presents an overview of graph data and graph neural networks, explains the core concepts of message‑passing GNNs, highlights DGL’s flexible API, high‑performance system design, large‑scale training capabilities and open‑source ecosystem, and outlines future plans and community resources.

DGLDeep Learninggraph data
0 likes · 17 min read
Introducing DGL: An Efficient, User‑Friendly, Open Graph Deep Learning Platform
Code DAO
Code DAO
Dec 25, 2021 · Artificial Intelligence

Understanding Graph Neural Networks: Nodes, Edges, and Message Passing

This article explains the fundamentals of graph neural networks, covering graph concepts, node classification via neighborhood aggregation, message‑passing mechanics, mathematical notation, a full DGL‑PyTorch implementation on the Reddit dataset, and training results showing accuracy improvements up to 91 %.

DGLGCNGNN
0 likes · 9 min read
Understanding Graph Neural Networks: Nodes, Edges, and Message Passing
DataFunTalk
DataFunTalk
Oct 9, 2021 · Databases

Building and Optimizing a Large‑Scale Graph Platform for Financial Risk Control at Du Xiaoman Financial

This article describes how Du Xiaoman Financial designed, built, and continuously optimized a massive graph platform—including data governance, graph learning, query performance, data import, and online deployment—to improve credit risk assessment using billions of nodes and edges, and shares practical lessons on graph databases, distributed training, and real‑time inference.

DGLJanusGraphfinancial analytics
0 likes · 19 min read
Building and Optimizing a Large‑Scale Graph Platform for Financial Risk Control at Du Xiaoman Financial
DataFunTalk
DataFunTalk
Aug 23, 2021 · Artificial Intelligence

Graph Data Analysis and Graph Neural Network Applications Across Multiple Scenarios

This article introduces graph fundamentals, various application scenarios such as science, code logic, Spark workflows, social networks, and event graphs, then details graph data modeling, analysis, matrix computations, and the deployment of graph neural networks using frameworks like DGL, highlighting practical engineering considerations.

AIDGLdata modeling
0 likes · 16 min read
Graph Data Analysis and Graph Neural Network Applications Across Multiple Scenarios
360 Tech Engineering
360 Tech Engineering
Jul 2, 2021 · Artificial Intelligence

DGL Operator: A Kubernetes‑Native Solution for Distributed Graph Neural Network Training

The article introduces DGL Operator, an open‑source Kubernetes‑based controller that automates the lifecycle of distributed graph neural network training with DGL, explains its terminology, challenges of native DGL distribution, and provides detailed architecture, workflow, and YAML/CLI examples for easy deployment.

AIDGLDistributed Training
0 likes · 18 min read
DGL Operator: A Kubernetes‑Native Solution for Distributed Graph Neural Network Training