GithubHelp home page GithubHelp logo

guaw / mmdne Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rootlu/mmdne

0.0 0.0 0.0 1.24 MB

Source code for CIKM 2019 paper "Temporal Network Embedding with Micro- and Macro-dynamics"

Python 100.00%

mmdne's Introduction

MMDNE

Source code for CIKM 2019 paper "Temporal Network Embedding with Micro- and Macro-dynamics".

Requirements

  • Python 2.7
  • numpy
  • scipy
  • PyTorch (0.3.0)
  • My machine with two GPUs (NVIDIA GTX-1080 *2) and two CPUs (Intel Xeon E5-2690 * 2)

Description

MMDNE/
├── code
│   ├── DataHelper.py: load and process data for MMDNE
│   ├── Evaluation.py: evaluate the performance of MMDNE (e.g., classification)
│   └── MMDNE.py: model architecture and training
├── data
│   └── dblp
│       ├── dblp.txt: each line is a temporal edge with the format (node1 \t node2 \t timestamp)
│       ├── node2label.txt: node label data with the format (node_name, label)
│   └── Tmall
│       ├── tmall.txt: each line is a temporal edge with the format (node1 \t node2 \t timestamp)
│       ├── node2label.txt: node label data with the format (node_name, label)
│   └── Eucore: will be available soon!
└── res
│    └── dblp
│        └──
├── README.md

Usage:

python MMDNE.py

Reference

@inproceedings{Yuanfu2019MMDNE,
  title={Temporal Network Embedding with Micro- and Macro-dynamics},
  author={Yuanfu Lu, Xiao Wang, Chuan Shi, Philip S. Yu, Yanfang Ye.}
  booktitle={Proceedings of CIKM},
  year={2019}
}

mmdne's People

Contributors

rootlu 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.