Skip to content

a simplified python implementation for DeepLink (DeepLink: A Deep Learning Approach for User Identity Linkage)

Notifications You must be signed in to change notification settings

Monstarrr/DeepLink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

DeepLink

a simplified python implementation for DeepLink DeepLink: A Deep Learning Approach for User Identity Linkage

Requirements

  • python >= 2.7
  • tensorflow >= 1.3.0
  • numpy >= 1.14.0
  • gensim >= 3.4.0

Datasets

The dataset used in this project are from Aligning users across social networks using network embedding. Due to the privacy concern, we do not provide all the raw data. However, the embedding data and some train data can be found in the data folder.

Usage

To run DeepLink, first clone the project to your python IDE (eg:Pycharm), then run the main.py. Our embedding method is introduced in the file embedding.py, which is a random_walk and word2vec implementation .

Note: you need to install the required libs.

About

a simplified python implementation for DeepLink (DeepLink: A Deep Learning Approach for User Identity Linkage)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%