Skip to content

rynewu224/GraphDA

Repository files navigation

Graph Domain Adaptation: A Generative View

The official implementation of Graph Domain Adaptation: A Generative View. The model is a combination of Graph Neural Networks and some well-known DA frameworks, e.g, replacing the ResNet feature extractor with GCNs.

Requirements

  • numpy==1.15.1
  • scikit_learn==0.24.1
  • torch==1.8.0

Run the demo

python run_dann.py

Data

The egonet dataset with 4 domains: OAG, Digg, Twitter and Weibo

Compared Models:

About

Unsupervised Domain Adaptation on Graphs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages