Skip to content

RingBDStack/AGE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Robust and Generalized Framework for Adversarial Graph Embedding

Requirements

  • python 3
  • Tensorflow >= 1.13
  • numpy
  • scikit-learn
  • nmslib
  • annoy

Usage

  • First clone this repo.
  • pip install -r requirements.txt
  • Choose a model to run:
    • NEGAN (On cora):
    cd NEGAN
    python NEGAN-lp.py --dataset cora   # for LP task
    python NEGAN-nc.py --dataset cora   # for NC task
    
    • HGGAN (On yelp):
    cd HGGAN
    # specify pre-trained embedding directory
    python hingan.py --dataset yelp --method e  # Using information from TransE (HINGAN-TE)
    
    • DGGAN (On cora):
    cd DGGAN
    python dggan.py
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published