nnaakkaaii/g2-MLP
g2-MLP: State-of-the-Art Model for Node Classification on Graphs (PPI Dataset)
This tool helps researchers and engineers accurately classify nodes within large, interconnected datasets, such as protein interaction networks or structural engineering models. It takes graph-structured data (nodes with features and their connections) and outputs precise classifications for each node. Scientists, particularly those in bioinformatics or materials science, would find this valuable for tasks like identifying protein functions or predicting stress points in complex designs.
No commits in the last 6 months.
Use this if you need highly accurate classification on very large, complex graph datasets and have encountered performance issues like 'over-smoothing' with traditional graph neural networks.
Not ideal if your data is not structured as a graph or if you require graph-level classification rather than individual node classification.
Stars
10
Forks
1
Language
Shell
License
MIT
Category
Last pushed
Nov 12, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/nnaakkaaii/g2-MLP"
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.