Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
gnn-rel4593-graphsemcom_deneme – AI Model by emre159 | AlphaNeural AI
You can deploy this model and start earning money today!
emre159
/
gnn-rel4593-graphsemcom_deneme
like
0
graphsemcom-gnn
graph-neural-network
semantic-communication
webnlg
dart
mit
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
GraphSemCom GNN (rel4593)
This repo contains:
encoder_best.pt
: GNN encoder weights
edge_clf_best.pt
: edge relation classifier weights
rel2id.json
: mapping of relation string -> class id
config.json
: metadata
How to use (concept)
Build a graph Data(x, edge_index, edge_type)
Run encoder -> h
Add AWGN to h (optional)
Predict relations with edge_clf(h[src], h[dst])
Trained with AWGN augmentation (random SNR 0–20 dB).