CLL308 / GraphDA

Unsupervised Domain Adaptation on Graphs/DSR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/DSR


Languages

Language:Python 100.0%