Git Product home page Git Product logo

uaga_reconstruct's Introduction

UAGA_reconstruct

Introduction

This is the reconstructed code for Unsupervised Adversarial Graph Alignment with Graph Embedding.
This new code optimized and simplified the original code. Part of iUAGA's code will be updated later.

Major improvements

  1. Providing more optional parameters and you can adjust some common parameters easily in the cmd now;
  2. Providing execute.sh so you can run a series of commands automatically, which will reduce the number of operations;
  3. Providing a variety of similarity calculation methods;
  4. Providing complete data, which had processed;
  5. The calculation process of cosine similarity is optimized, which makes the code run more efficiently;
  6. Added a lot of Chinese remarks.

Execute

  • initial_data_processing.py : Transforming the raw data into a suitable format for code to run.
  • deepwalk : Embedding the nodes of graph in an unsupervised fashion.
  • main.py : The main function to run the code.

You can also run the execute.sh in cmd to launch the program, including the three steps above:

sh execute.sh

For more details, please refer to the execute.sh.

Dependencies

Datasets

We used three public datasets in the paper:

You can also get the dataset in -graph data.
For more details, please refer to here.

Embedding format

We utilized DeepWalk to learn the source and target graph embeddings in this work, so the format of input data followed the output of deepwalk. You can learn more about the detail from here.

uaga_reconstruct's People

Contributors

zhehanliang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.