MilesCranmer/gnn_resource_allocation
Code for our paper on doing resource allocation with graph neural networks
This project helps optimize how resources are distributed across a network or system, especially in areas like telecommunications or logistics. It takes information about the available resources and the connections between different parts of your system, then outputs a strategic allocation plan. This is for operations managers, network planners, or logistics coordinators who need to make efficient distribution decisions.
No commits in the last 6 months.
Use this if you need to determine the most efficient way to assign or distribute limited resources across a complex network without direct human supervision.
Not ideal if your resource allocation problems are simple, involve only a few resources, or don't require handling complex interdependencies within a network.
Stars
32
Forks
2
Language
Python
License
Apache-2.0
Category
Last pushed
Jun 24, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/MilesCranmer/gnn_resource_allocation"
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.