iMoonLab/DeepHypergraph
A pytorch library for graph and hypergraph computation.
This library helps machine learning researchers and practitioners analyze complex relationships within data. It takes in structured data, such as graphs or hypergraphs, and outputs enhanced data representations or model predictions based on these intricate connections. It's designed for anyone working on problems where understanding multi-faceted relationships between items, users, or concepts is critical for predictive modeling.
836 stars.
Use this if you are developing advanced machine learning models and need to effectively leverage complex, high-order relationships within your data, such as those found in social networks, biological systems, or recommendation engines.
Not ideal if your data lacks inherent graph or hypergraph structures, or if you are looking for a simple, off-the-shelf solution for basic tabular data analysis.
Stars
836
Forks
86
Language
Python
License
Apache-2.0
Category
Last pushed
Dec 31, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/iMoonLab/DeepHypergraph"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
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.