kaize0409 / Binary-Network-Embedding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adverserial Inductive Deep Walk (AIDW)

AIDW exploits the strengths of generative adversarial networks in capturing latent features, and learns stable and robust graph representations. It consists of two components, i.e., a structure preserving component and an adversarial learning component. The former component aims to capture network structural properties, while the latter contributes to learning robust representations by matching the posterior distribution of the latent representations to given priors.

Installation

pip3 install -r requirements.txt
Dataset : citeseer Included here

Usage

Default paramenters - python3 main.py
man page - python3 main.py -h

Credits

About


Languages

Language:Python 97.6%Language:MATLAB 2.4%