We tested a number of local structure preserving loss functions and their influence on node classification task.
- Run
pip install -r requirements.txt
- Install Torch 1.11.0
- Install Torch Geometric in current experiments
PyG==2.1.0
is used.
examples are in NodeClassificaton.jpynb
In some loss functions we added negative sampling optimization (VERSE, LINE, DeepWalk, Node2Vec)