ytchx1999/MAXP_DGL_Graph
MAXP 命题赛 任务一:基于DGL的图机器学习任务。队伍:Graph@ICT,🥉rank6。https://www.biendata.xyz/competition/maxp_dgl/
This project offers a solution for classifying or predicting properties of nodes within large, interconnected datasets, often found in social networks, recommendation systems, or biological interaction maps. It takes raw graph data and node features as input, and outputs refined predictions or classifications for each node, helping data scientists and machine learning engineers analyze complex relationships and make data-driven decisions.
No commits in the last 6 months.
Use this if you need to build a highly accurate graph-based machine learning model for node classification, especially when dealing with large datasets and aiming for top performance in a competitive setting.
Not ideal if you are looking for a simple, out-of-the-box solution with minimal setup for basic graph analysis, or if you do not have significant computational resources (like a powerful GPU) and expertise in machine learning.
Stars
31
Forks
8
Language
Python
License
MIT
Category
Last pushed
Jun 09, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ytchx1999/MAXP_DGL_Graph"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
pyg-team/pytorch_geometric
Graph Neural Network Library for PyTorch
a-r-j/graphein
Protein Graph Library
raamana/graynet
Subject-wise networks from structural MRI, both vertex- and voxel-wise features (thickness, GM...
pykale/pykale
Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for...
dmlc/dgl
Python package built to ease deep learning on graph, on top of existing DL frameworks.