Skip to content
forked from zhengwang100/RECT

This is the source code of "Network Embedding with Completely-Imbalanced Labels". TKDE2020

Notifications You must be signed in to change notification settings

godlovxiari/RECT

 
 

Repository files navigation

RECT (python source code)

Network Embedding with Completely-imbalanced Labels. TKDE2020 paper

Breifly, RECT contains two parts:

  • RECT-L is the supervised part in which a semantic loss is used.
  • RECT-N is the unsupervised part in which the network structure is preserved. Note, this part can be replaced by any unsupervised NRL methods.

Usage (abstract):

  • set the dataset
  • python main_rect.py
------ evaluate RECT-N ---------
Training an SVM classifier with the pre-defined split setting...
(0.7335058214747736, 0.670830503861163)
------ evaluate RECT-L ---------
Training an SVM classifier with the pre-defined split setting...
(0.7141871496334627, 0.6402691559469643)
------ evaluate RECT ---------
Training an SVM classifier with the pre-defined split setting...
(0.7441138421733506, 0.6805281849343917)

Citing

If you find this useful in your research, please cit our paper, thx:

@article{wang2020RECT,
  title={Network Embedding with Completely-imbalanced Labels},
  author={Wang, Zheng and Ye, Xiaojun and Wang, Chaokun and Cui, Jian and Yu, Philip S},
  journal={TKDE},
  year={2020},
  publisher={IEEE}
}

About

This is the source code of "Network Embedding with Completely-Imbalanced Labels". TKDE2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%