-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
DRAFT
in: Embedding (V, E, R) where
Vare the node featuresEare the (known) edges between the nodesRare the embedded nodes (with lower dimension)
- Normalize
Ronto a unit disc - For every epoch (or batch?) generate a sample
R'ofR(that is representative) - Generate node pairs of
R':p = (n0_x, n0_y, n1_x, n1_y)with label being either0or1if the pair had an edge between them - Use a weighted sampler so that the number of
0- and1-labeled node pairs are (expected to be) of same size - Train the model on the node pairs
- Evaluate embedding by reconstructing the graph with node pairs and checking the accuracy
Metadata
Metadata
Assignees
Labels
No labels